Tf logic on holiday: Difference between revisions
Jump to navigation
Jump to search
IS NEW Puddy (talk | contribs) (Created page with "{{tf2 point|tf_logic_on_holiday}} == Entity description == This entity allows you execute map actions on holidays. Will send all relevant outputs every time the Fire input is...") |
m (Substituted IO templates) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{this is a|point entity|game=Team Fortress 2|name=tf_logic_on_holiday}} | ||
== Entity description == | == Entity description == | ||
Line 9: | Line 9: | ||
==Inputs== | ==Inputs== | ||
{{I Targetname}} | {{I Targetname}} | ||
{{ | {{I|Fire|Cause one or more appropriate outputs to fire.}} | ||
==Outputs== | ==Outputs== | ||
{{ | {{O|IsNothing|Sent when nothing is active.}} | ||
{{ | {{O|IsTFBirthday|Sent when birthday mode active.}} | ||
{{ | {{O|IsHalloween|Sent when halloween mode active.}} | ||
{{ | {{O|IsSmissmas|Sent when smissmas mode active.}} | ||
{{ | {{O|IsValentines|Sent when valentines mode active.}} | ||
{{ | {{O|IsFullMoon|Sent when full moon mode active.}} | ||
{{ | {{O|IsAprilFools|Sent when april fools mode active.}} | ||
==See | ==See also== | ||
*<code>[[tf_logic_holiday]]</code> | *<code>[[tf_logic_holiday]]</code> |
Latest revision as of 11:24, 21 April 2025
tf_logic_on_holiday
is a point entity available in Team Fortress 2.
Entity description
This entity allows you execute map actions on holidays. Will send all relevant outputs every time the Fire input is called.
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
- Fire
- Cause one or more appropriate outputs to fire.
Outputs
- IsNothing
- Sent when nothing is active.
- IsTFBirthday
- Sent when birthday mode active.
- IsHalloween
- Sent when halloween mode active.
- IsSmissmas
- Sent when smissmas mode active.
- IsValentines
- Sent when valentines mode active.
- IsFullMoon
- Sent when full moon mode active.
- IsAprilFools
- Sent when april fools mode active.