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. |
change_pictures | Using the name to find the record, and person in reference to the body, we recreate photos for the manifest (and records). Args: |
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.
change_pictures
Using the name to find the record, and person in reference to the body, we recreate photos for the manifest (and records). Args:
- name - The name of the record we're looking for, which should be the name of the person.
- person - The mob we're taking pictures of to update the records.
- add_height_chart - If we should add a height chart to the background of the photo.
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.