Func croc: Difference between revisions
Jump to navigation
Jump to search
Note:Content moved to Rendering and studio model related KIO/Keyvalues for continuation of page history
Note:Content moved to Rendering and studio model related KIO/Inputs for continuation of page history
Note:Content moved to Rendering and studio model related KIO/Outputs for continuation of page history
IS NEW Puddy (talk | contribs) (picture) |
(Update page and added TOC.) |
||
Line 3: | Line 3: | ||
{{tf2 brush|func_croc}} | {{tf2 brush|func_croc}} | ||
==Entity Description== | |||
This entity is a variant of {{ent|trigger_hurt}} that has crocodiles. | |||
==Keyvalues== | ==Keyvalues== | ||
{{KV TFTeam}} | {{KV TFTeam}} | ||
{{KV| | {{KV BaseAnimating|base=1}} | ||
{{KV Trigger}} | |||
==Inputs== | ==Inputs== | ||
{{I | {{I BaseAnimating}} | ||
{{I | {{I TargetName}} | ||
{{I Trigger|base=1}} | |||
==Outputs== | ==Outputs== | ||
{{IO|OnEat|Fired when the entity consumes a player.}} | {{IO|OnEat|Fired when the entity consumes a player.}} | ||
{{IO|OnEatRed|Fired when the entity consumes a player on the RED team.}} | {{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.}} | {{IO|OnEatBlue|Fired when the entity consumes a player on the BLU team.}} | ||
{{O BaseAnimating}} | |||
{{O TargetName}} | |||
{{O Trigger|base=1}} |
Revision as of 11:48, 5 July 2021
Entity Description
This entity is a variant of trigger_hurt that has crocodiles.
Keyvalues
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

|
Inputs

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

|