Func bomb target: Difference between revisions
Jump to navigation
Jump to search
(cleanup) |
(Updated) |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:func_bomb_target}} | {{DISPLAYTITLE:func_bomb_target}} | ||
{{ | {{base brush multi|func_bomb_target|game1=Counter-Strike: Source|game2=Counter-Strike: Global Offensive}} | ||
==Entity description== | ==Entity description== | ||
Line 7: | Line 7: | ||
==Keyvalues== | ==Keyvalues== | ||
{{KV Targetname}} | {{KV Targetname}} | ||
{{KV Parentname}} | |||
{{KV|Heist Mode bomb Target|integer|This is a Bomb Target designed for the Heist game mode.}} | |||
{{KV|Bomb Mount Target|integer|}} | |||
==Inputs== | ==Inputs== | ||
Line 15: | Line 21: | ||
{{I Trigger}} | {{I Trigger}} | ||
{{IO|BombExplode|Fires when the bomb explodes.|}} | {{IO|BombExplode|Fires when the bomb explodes.|}} | ||
Revision as of 16:25, 9 August 2013
Entity description
An invisible brush-based entity used to mark where the bomb can be planted. If a Terrorist is inside the func_bomb_target, then they can plant the bomb.
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
Parentname:
- Parent (parentname) <targetname>
- Specifies a movement parent. An entity will maintain its initial offset from its parent. An attachment point can be added to the end of the name, separated by a comma.
- Heist Mode bomb Target ([todo internal name (i)]) <integer>
- This is a Bomb Target designed for the Heist game mode.
Inputs
|
- BombExplode
- Fires when the bomb explodes.
Outputs
|
- BombExplode
- Fires when the bomb explodes.