tf_logic_on_holiday

From Valve Developer Community
Revision as of 23:51, 14 January 2020 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Team Fortress 2 tf_logic_on_holiday is a point entity available in Team Fortress 2 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 or target).
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.

See Also