Dangerzone controller: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{csgo point|dangerzone_controller}}{{DZupdate}} Danger Zone Controller entity for mission-driven bomb explosions == Keyvalues == {{KV|Enabled|intn=dz_enabled|boolean|Must be...") |
mNo edit summary |
||
Line 3: | Line 3: | ||
Danger Zone Controller entity for mission-driven bomb explosions | Danger Zone Controller entity for mission-driven bomb explosions | ||
== Keyvalues == | == Keyvalues == | ||
{{KV Targetname}} | |||
{{KV|Enabled|intn=dz_enabled|boolean|Must be enabled when placed in the map}} | {{KV|Enabled|intn=dz_enabled|boolean|Must be enabled when placed in the map}} | ||
{{KV|Suppress Bomb Alert|intn=dz_suppressbombalert|boolean|Disable if you need to generate alerts for players to activate their tablets}} | {{KV|Suppress Bomb Alert|intn=dz_suppressbombalert|boolean|Disable if you need to generate alerts for players to activate their tablets}} | ||
{{KV|Mission Controls Explosions|intn=dz_missioncontrolled|boolean|Must be enabled for mission scripting flow to control explosions}} | {{KV|Mission Controls Explosions|intn=dz_missioncontrolled|boolean|Must be enabled for mission scripting flow to control explosions}} |
Revision as of 17:31, 5 December 2020
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
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- 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