Func croc: Difference between revisions
Jump to navigation
Jump to search
(new with jungle inferno update) |
(New Outputs + filtering) |
||
Line 6: | Line 6: | ||
{{KV Targetname}} | {{KV Targetname}} | ||
{{KV TFTeam}} | {{KV TFTeam}} | ||
{{KV|Filter Name|filter|A filter entity to test potential activators against.}} | |||
==Inputs== | ==Inputs== | ||
Line 14: | Line 14: | ||
==Outputs== | ==Outputs== | ||
{{O Targetname}} | {{O Targetname}} | ||
{{IO|OnEat|Fired when the entity consumes a player.}} | |||
{{IO|OnEatRed|Fired when the entity consumes a player on the RED team.}} | |||
{{IO|OnEatBlue|Fired when the entity consumes a player on the BLU team.}} |
Revision as of 15:38, 28 March 2018
Crocs live here!
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
TeamNum:
- Initial Team (TeamNum) <choices>
- Which Team the entity belongs / is assigned to on spawn
- 0: None
- 1: Spectator/Halloween Souls
- 2: RED
- 3: BLU/Robots
- 5: Halloween Bosses (only in
) !FGD
- Filter Name ([todo internal name (i)]) <filter>
- A filter entity to test potential activators against.
Inputs
EnableDisable:
- Enable / Disable
- Enable/disable this entity from performing its task. It might also disappear from view.
Outputs
- OnEat
- Fired when the entity consumes a player.
- OnEatRed
- Fired when the entity consumes a player on the RED team.
- OnEatBlue
- Fired when the entity consumes a player on the BLU team.