CTFMinigameLogic: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Manual revert |
||
(4 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]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CTFMinigameLogic''' | ||
== SendProps == | == SendProps == | ||
{| class="wikitable sortable" style="margin: 0 auto; width: 100%; padding: 0;" | {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | ||
|+CTFMinigameLogic | |+CTFMinigameLogic | ||
! style="width: 50%; background-color: #303030; color: white" |Name | ! style="width: 50%; background-color: #303030; color: white" |Name | ||
Line 24: | Line 23: | ||
| style="width: 50%;" |'''m_hActiveMinigame''' | | style="width: 50%;" |'''m_hActiveMinigame''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" | | |||
|} | |||
== Entity DataMaps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | |||
|+CTFMinigameLogic | |||
! style="width: 50%; background-color: #303030; color: white" |Name | |||
! style="width: 15%; background-color: #303030; color: white" |Type | |||
! style="width: 35%; background-color: #303030; color: white" |Description | |||
|- | |||
| style="width: 50%;" |'''InputReturnFromMinigame''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputSetAdvantageTeam''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputTeleportToMinigame''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputTeleportToRandomMinigame''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | | style="width: 35%;" | | ||
|} | |} |
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 |