raiding_base

Vars | |
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 |
Procs | |
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 |
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