byond - Modules - TypesVar Details - Proc Details

raiding_base

Vars

beacon_typeThe type of beacon used in this mission
beacons_remainingCount of beacons still in play
ob_calledRecords whether the OB has been called

Procs

beacon_destroyedHandles a beacon being destroyed. Separate from normal objective destruction for convenience as we want the specific beacon ref
beacon_effectHandles the actual detonation effects
beacon_placedReacts to an OB beacon being successfully triggered
beacon_triggeredReacts to an OB beacon being successfully triggered
get_valid_beacon_areasReturns a list of areas in which the beacon can be deployed
play_beacon_deployed_annoucementMaptext alert when a beacon is placed

Var Details

beacon_type

The type of beacon used in this mission

beacons_remaining

Count of beacons still in play

ob_called

Records whether the OB has been called

Proc Details

beacon_destroyed

Handles a beacon being destroyed. Separate from normal objective destruction for convenience as we want the specific beacon ref

beacon_effect

Handles the actual detonation effects

beacon_placed

Reacts to an OB beacon being successfully triggered

beacon_triggered

Reacts to an OB beacon being successfully triggered

get_valid_beacon_areas

Returns a list of areas in which the beacon can be deployed

play_beacon_deployed_annoucement

Maptext alert when a beacon is placed