character_comment
Individual comment datum. Tracked by the comment holder datum.
Vars | |
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 |
Procs | |
serialize_to_list | Generate 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.