Space Station 13 - Nebula13 - Modules - TypesVar Details

character_information

Main holder class for character comments - primarily user-set info, tracking vars, and a list of comment datums.

Vars

allow_commentsWhether or not this record is allowing comments currently
char_nameOwning character name (for searches)
ckeyOwning ckey (for searches).
commentsLinear list of comment datums for comments left on this character.
file_locationThe location this file was loaded from in the first place. Defaults to subsystem and ID if unset.
has_new_commentsBoolean to indicate if the owner of this record has read it since it was last update.
ic_infoAny user-specified in character info, like Teshari pack stuff or faction notes.
nameA user-descriptive (searchable) name for presenting comment holders.
ooc_infoAny user-specified out of character info, like content warnings.
record_idGUID for this ckey/save slot combo.
serialize_fieldsStatic list of var keys to serialize. TODO: unit test
show_info_on_examineBoolean to indicate if this character will show IC and OOC info when examined.

Var Details

allow_comments

Whether or not this record is allowing comments currently

char_name

Owning character name (for searches)

ckey

Owning ckey (for searches).

comments

Linear list of comment datums for comments left on this character.

file_location

The location this file was loaded from in the first place. Defaults to subsystem and ID if unset.

has_new_comments

Boolean to indicate if the owner of this record has read it since it was last update.

ic_info

Any user-specified in character info, like Teshari pack stuff or faction notes.

name

A user-descriptive (searchable) name for presenting comment holders.

ooc_info

Any user-specified out of character info, like content warnings.

record_id

GUID for this ckey/save slot combo.

serialize_fields

Static list of var keys to serialize. TODO: unit test

show_info_on_examine

Boolean to indicate if this character will show IC and OOC info when examined.