modular_computers

Vars | |
available_antag_software | List of all programs that can be downloaded from an emagged NTNet store. |
---|---|
available_station_software | List of all programs available to download from the NTNet store. |
chat_channels | List of all chat channels created by Chat Client. |
intrusion_detection_alarm | Boolean to show a message warning if there's an active intrusion for Wirecarp users. |
intrusion_detection_enabled | Boolean on whether the IDS warning system is enabled |
ntnet_relays | List of all available NTNet relays. |
setting_communication | Boolean on whether downloading communication apps like the Chat client works. |
setting_softwaredownload | Boolean on whether downloading software works. |
Procs | |
build_software_lists | Finds all downloadable programs and adds them to their respective downloadable list. |
check_function | Checks whether NTNet is available for a specific function, checking NTNet relays and shutdowns. If none is passed, none is needed. |
check_relay_operation | Checks if at least one ntnet relay is functional. |
find_ntnet_file_by_name | Attempts to find a new file through searching the available stores with its name. |
get_chat_channel_by_id | Attempts to find a chatorom using the ID of the channel. |
Var Details
available_antag_software

List of all programs that can be downloaded from an emagged NTNet store.
available_station_software

List of all programs available to download from the NTNet store.
chat_channels

List of all chat channels created by Chat Client.
intrusion_detection_alarm

Boolean to show a message warning if there's an active intrusion for Wirecarp users.
intrusion_detection_enabled

Boolean on whether the IDS warning system is enabled
ntnet_relays

List of all available NTNet relays.
setting_communication

Boolean on whether downloading communication apps like the Chat client works.
setting_softwaredownload

Boolean on whether downloading software works.
Proc Details
build_software_lists
Finds all downloadable programs and adds them to their respective downloadable list.
check_function
Checks whether NTNet is available for a specific function, checking NTNet relays and shutdowns. If none is passed, none is needed.
check_relay_operation
Checks if at least one ntnet relay is functional.
find_ntnet_file_by_name
Attempts to find a new file through searching the available stores with its name.
get_chat_channel_by_id
Attempts to find a chatorom using the ID of the channel.