/tg/ Station 13 - Modules - TypesVar Details - Proc Details

manifest

Stores crew records.

Vars

generalAll of the crew records.
lockedThis list tracks characters spawned in the world and cannot be modified in-game. Currently referenced by respawn_character().
print_countTotal number of security rapsheet prints. Changes the header.

Procs

buildBuilds the list of crew records for all crew members.
change_picturesUsing the name to find the record, and person in reference to the body, we recreate photos for the manifest (and records). Args:
get_exploitable_manifestProc that returns a list of all the exploitables there is currently.
get_htmlReturns the manifest as an html.
get_manifestGets the current manifest.
injectInjects a record into the manifest.
modifyEdits the rank and trim of the found record.
removeRemoves a record based on its name.

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:

get_exploitable_manifest

Proc that returns a list of all the exploitables there is currently.

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.

remove

Removes a record based on its name.