Space Station 13 - Nebula13 - Modules - TypesVar Details - Proc Details

character_comment

Individual comment datum. Tracked by the comment holder datum.

Vars

author_charAuthor character name for comment/display.
author_ckeyAuthor ckey for comment/display.
author_idCombined ckey/save slot GUID for linking back to the author's comments page.
bodyActual text body of the comment.
last_updatedREALTIMEOFDAY value of the last edit, used for hiding old or out of date comments.
main_moodFormatting info for displaying comments a la the old shipping manifest.
serialize_fieldsStatic list of var keys to serialize. TODO: unit test

Procs

serialize_to_listGenerate a list of fields to values for use in comment holder json serialization.

Var Details

author_char

Author character name for comment/display.

author_ckey

Author ckey for comment/display.

author_id

Combined ckey/save slot GUID for linking back to the author's comments page.

body

Actual text body of the comment.

last_updated

REALTIMEOFDAY value of the last edit, used for hiding old or out of date comments.

main_mood

Formatting info for displaying comments a la the old shipping manifest.

serialize_fields

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

Proc Details

serialize_to_list

Generate a list of fields to values for use in comment holder json serialization.