CLogicOnHoliday: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Allows the firing of outputs on holiday events. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/tf_logic_on_holiday.cpp /game/server/tf/tf_logic_on_holiday.cpp]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/tf_logic_on_holiday.cpp /game/server/tf/tf_logic_on_holiday.cpp]''' |
Revision as of 15:58, 10 July 2022
Overview
Allows the firing of outputs on holiday events.
Source location : /game/server/tf/tf_logic_on_holiday.cpp
Linked Entity : tf_logic_on_holiday
Class Structure
- CBaseEntity
- CServerOnlyEntity
- CLogicalEntity
- CLogicOnHoliday
- CLogicalEntity
- CServerOnlyEntity
Entity DataMaps
Name | Type | Description |
---|---|---|
InputFire | ||
m_IsAprilFools | ||
m_IsFullMoon | ||
m_IsHalloween | ||
m_IsNothing | ||
m_IsSmissmas | ||
m_IsTFBirthday | ||
m_IsValentines |