CTFMinigameLogic: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created blank page)
 
No edit summary
Tag: Manual revert
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== 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 : [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 Entity : [https://developer.valvesoftware.com/wiki/tf_logic_minigames tf_logic_minigames]'''
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
**'''CTFMinigameLogic'''
== SendProps ==
{| 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%;" |'''m_hActiveMinigame'''
| 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%;" |
|}

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]

SendProps[edit | edit source]

CTFMinigameLogic
Name Type Description
m_hActiveMinigame Integer

Entity DataMaps[edit | edit source]

CTFMinigameLogic
Name Type Description
InputReturnFromMinigame
InputSetAdvantageTeam
InputTeleportToMinigame
InputTeleportToRandomMinigame