Template:Tfitem: Difference between revisions
Jump to navigation
Jump to search
Evanjohnman (talk | contribs) m (Remove bullet points to match other entity pages) |
Kestrelguy (talk | contribs) m (updated template usage.) |
||
Line 1: | Line 1: | ||
==Keywords== | {{lang|{{FULLPAGENAME}}}}[[Category:FGD Templates]] | ||
{{KV | <onlyinclude>==Keywords== | ||
{{KV | {{KV BaseEntity|base=1}} | ||
{{KV TeamNum|tf2=1}} | |||
{{KV EnableDisable}} | {{KV EnableDisable}} | ||
==Inputs== | ==Inputs== | ||
{{I | {{I BaseEntity|base=1}} | ||
{{I EnableDisable}} | {{I EnableDisable}} | ||
{{IO|Toggle|Toggles the enabled/disabled status of the entity.}} | |||
==Outputs== | ==Outputs== | ||
{{O | {{O BaseEntity}} | ||
{{IO|OnPlayerTouch|Sent when the entity is picked up by a player.}}</onlyinclude> | |||
Revision as of 13:21, 30 September 2022
Keywords
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
- Start Disabled (StartDisabled) <boolean>
- Stay dormant until activated (with the
Enable
input).
Inputs
EnableDisable:
- Enable / Disable
- Enable/disable this entity from performing its task. It might also disappear from view.
- Toggle
- Toggles the enabled/disabled status of the entity.
Outputs
- OnPlayerTouch
- Sent when the entity is picked up by a player.