dangerzone_controller
dangerzone_controller
is a point entity available in Counter-Strike: Global Offensive.It's one of many new entities added with the Danger Zone update.
Danger Zone Controller entity for mission-driven bomb explosions
Keyvalues
Targetname:
- Name
(targetname)
<string>
- The targetname that other entities refer to this entity by.
- Entity Scripts
(vscripts)
<scriptlist>
(in all games since)
- Space delimited list of VScript files (without file extension) that are executed after all entities have spawned. The scripts are all executed in the same script scope, later ones overwriting any identical variables and functions.
- Script think function
(thinkfunction)
<string>
(in all games since)
- Name of a function in this entity's script which will be called automatically every 100 milliseconds (ten times a second) for the duration of the script. It can be used to create timers or to simulate autonomous behavior. The return value (if present) will set the time until the next call.
Note: Try to avoid expensive operations in this function, as it may cause performance problems.
- Enabled
(dz_enabled)
<boolean>
- Must be enabled when placed in the map
- Suppress Bomb Alert
(dz_suppressbombalert)
<boolean>
- Disable if you need to generate alerts for players to activate their tablets
- Mission Controls Explosions
(dz_missioncontrolled)
<boolean>
- Must be enabled for mission scripting flow to control explosions