manifest
Stores crew records.
Vars | |
general | All of the crew records. |
---|---|
locked | This list tracks characters spawned in the world and cannot be modified in-game. Currently referenced by respawn_character(). |
print_count | Total number of security rapsheet prints. Changes the header. |
Procs | |
build | Builds the list of crew records for all crew members. |
get_html | Returns the manifest as an html. |
get_manifest | Gets the current manifest. |
inject | Injects a record into the manifest. |
modify | Edits the rank and trim of the found record. |
Var Details
general
All of the crew records.
locked
This list tracks characters spawned in the world and cannot be modified in-game. Currently referenced by respawn_character().
print_count
Total number of security rapsheet prints. Changes the header.
Proc Details
build
Builds the list of crew records for all crew members.
get_html
Returns the manifest as an html.
get_manifest
Gets the current manifest.
inject
Injects a record into the manifest.
modify
Edits the rank and trim of the found record.