CTFMinigameLogic: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Manual revert |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Handles logic for these minigames: | |||
* 0 - Generic Minigame | |||
* 1 - Halloween 2014 Minigame Collection | |||
* 2 - Halloween 2014 Minigame Platforms | |||
* 3 - Halloween 2014 Soccer Minigame | |||
'''Source location : ...''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/shared/tf/tf_logic_halloween_2014.h /game/shared/tf/tf_logic_halloween_2014.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/tf_logic_minigames tf_logic_minigames]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CTFMinigameLogic''' | ||
== SendProps == | == SendProps == |
Latest revision as of 15:52, 10 July 2022
Overview[edit | edit source]
Handles logic for these minigames:
- 0 - Generic Minigame
- 1 - Halloween 2014 Minigame Collection
- 2 - Halloween 2014 Minigame Platforms
- 3 - Halloween 2014 Soccer Minigame
Source location : /game/shared/tf/tf_logic_halloween_2014.h
Linked Entity : tf_logic_minigames
Class Structure[edit | edit source]
- CBaseEntity
- CTFMinigameLogic
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_hActiveMinigame | Integer |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputReturnFromMinigame | ||
InputSetAdvantageTeam | ||
InputTeleportToMinigame | ||
InputTeleportToRandomMinigame |