tf_logic_on_holiday

From Valve Developer Community
Jump to: navigation, search

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