byond - Modules - TypesVar Details - Proc Details

/datum/squad

Vars

lockedWhether this squad can be picked at roundstart
max_engineersCan use any squad vendor regardless of squad connection
primary_objectiveText strings, not HTML safe so don't use it without encoding
squad_typeSquad Type Specifics
usableVariables for showing up in various places

Procs

assume_overwatchSets an overwatch officer for the squad, returning TRUE on success
clear_ref_trackingClear deletion signal as needed for mob - to call after removal
personnel_deletedClear references in squad listing upon deletion. Zap also erases the kept records.
release_overwatchExplicitely relinquish overwatch control
send_maptextDisplays a message to squad members directly on the game map
send_messageDisplays 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