Planted c4 training: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
This [[entity]] represents a training version of C4 in [[Counter-Strike: Global Offensive]]. | This [[entity]] represents a training version of C4 in [[Counter-Strike: Global Offensive]]. | ||
Unlike regular C4, this entity explodes in a firework explosion that is harmless to players. | Unlike regular C4, this entity explodes in a firework explosion that is harmless to players. | ||
To be defused it needs a func_bomb_target in the level, cannot be defused in gamemode co-op strike. | To be defused it needs a func_bomb_target in the level, cannot be defused in gamemode co-op strike. | ||
==Keyvalues== | ==Keyvalues== | ||
Line 13: | Line 14: | ||
==Outputs== | ==Outputs== | ||
* {{O Targetname}} | * {{O Targetname}} | ||
OnBombBeginDefuse | OnBombBeginDefuse | ||
OnBombDefuseAborted | OnBombDefuseAborted | ||
OnBombDefused | OnBombDefused | ||
OnBombExploded | OnBombExploded |
Revision as of 16:10, 30 April 2020
planted_c4_training
is a point entity available in Counter-Strike: Global Offensive.
Entity description
This entity represents a training version of C4 in Counter-Strike: Global Offensive. Unlike regular C4, this entity explodes in a firework explosion that is harmless to players.
To be defused it needs a func_bomb_target in the level, cannot be defused in gamemode co-op strike.
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
Inputs
- ActivateSetTimerLength <float >
- Activates the C4 and sets the timer until explosion
Outputs
OnBombBeginDefuse
OnBombDefuseAborted
OnBombDefused
OnBombExploded