Dangerzone controller: Difference between revisions

From Valve Developer Community
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...")
 
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{csgo point|dangerzone_controller}}{{DZupdate}}
{{this is a|point entity|game=Counter-Strike: Global Offensive|name=dangerzone_controller}}{{DZupdate}}


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}}

Latest revision as of 19:38, 17 May 2024

dangerzone_controller is a point entity available in Counter-Strike: Global Offensive Counter-Strike: Global Offensive.It's one of many new entities added with the CS:GO Danger Zone 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 or target).
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