/datum/squad
Vars | |
locked | Whether this squad can be picked at roundstart |
---|---|
max_engineers | Can use any squad vendor regardless of squad connection |
primary_objective | Text strings, not HTML safe so don't use it without encoding |
squad_type | Squad Type Specifics |
usable | Variables for showing up in various places |
Procs | |
assume_overwatch | Sets an overwatch officer for the squad, returning TRUE on success |
clear_ref_tracking | Clear deletion signal as needed for mob - to call after removal |
personnel_deleted | Clear references in squad listing upon deletion. Zap also erases the kept records. |
release_overwatch | Explicitely relinquish overwatch control |
send_maptext | Displays a message to squad members directly on the game map |
send_message | Displays a message to the squad members in chat |
Var Details
locked
Whether this squad can be picked at roundstart
max_engineers
Can use any squad vendor regardless of squad connection
primary_objective
Text strings, not HTML safe so don't use it without encoding
squad_type
Squad Type Specifics
usable
Variables for showing up in various places
Proc Details
assume_overwatch
Sets an overwatch officer for the squad, returning TRUE on success
clear_ref_tracking
Clear deletion signal as needed for mob - to call after removal
personnel_deleted
Clear references in squad listing upon deletion. Zap also erases the kept records.
release_overwatch
Explicitely relinquish overwatch control
send_maptext
Displays a message to squad members directly on the game map
send_message
Displays a message to the squad members in chat