CTFObjectiveResource: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Manages and networks the state of data pertaining to the Mann vs Machine gamemode. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/tf_objective_resource.h /game/server/tf/tf_objective_resource.h]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/tf_objective_resource.h /game/server/tf/tf_objective_resource.h]''' | ||
Line 28: | Line 28: | ||
| style="width: 50%;" |'''m_nMannVsMachineWaveEnemyCount''' | | style="width: 50%;" |'''m_nMannVsMachineWaveEnemyCount''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" |Total amount of mainwave enemies. | | style="width: 35%;" |Total amount of mainwave enemies. Does not update the wavebar's progress bar during a wave if changed, until an icon is added or removed. | ||
|- | |- | ||
| style="width: 50%;" |'''m_nMvMWorldMoney''' | | style="width: 50%;" |'''m_nMvMWorldMoney''' | ||
Line 121: | Line 121: | ||
| style="width: 50%;" |'''m_iszMannVsMachineWaveClassNames''' | | style="width: 50%;" |'''m_iszMannVsMachineWaveClassNames''' | ||
| style="width: 15%;" |String | | style="width: 15%;" |String | ||
| style="width: 35%;" |The first | | style="width: 35%;" |The first wavespawn's bot's ClassIcon name. | ||
|- | |- | ||
| style="width: 50%;" |'''m_iszMannVsMachineWaveClassNames''' | | style="width: 50%;" |'''m_iszMannVsMachineWaveClassNames''' | ||
| style="width: 15%;" |Array | | style="width: 15%;" |Array | ||
| style="width: 35%;" | | | style="width: 35%;" |The selected wavespawn's bot's ClassIcon name. | ||
|- | |- | ||
| colspan="3" style="padding: 0; margin: 0;" | | | colspan="3" style="padding: 0; margin: 0;" | | ||
Line 131: | Line 131: | ||
! colspan="3" |m_nMannVsMachineWaveClassFlags | ! colspan="3" |m_nMannVsMachineWaveClassFlags | ||
|- | |- | ||
| style="width: 50%;" |''' | | style="width: 50%;" |'''0''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" | | | style="width: 35%;" |Flags for the icons on the wavebar. Icon order is based on the order in which they are listed in the popfile. | ||
Removes it from the wavebar. | |||
|- | |- | ||
| style="width: 50%;" |''' | | style="width: 50%;" |'''1''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" | | | style="width: 35%;" |Moves the icon to be part of the main wave. | ||
|- | |- | ||
| style="width: 50%;" |''' | | style="width: 50%;" |'''2''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" | | | style="width: 35%;" |Moves the icon to be part of support. | ||
|- | |- | ||
| style="width: 50%;" |''' | | style="width: 50%;" |'''4''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" | | | style="width: 35%;" |Moves the icon to be part of Mission support, coming after "regular" support. | ||
|- | |- | ||
| style="width: 50%;" |''' | | style="width: 50%;" |'''8''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" | | | style="width: 35%;" |Adds a red background to the icon; only works if it is part of the main wave. Used to indicate giants and tanks. | ||
|- | |- | ||
| style="width: 50%;" |''' | | style="width: 50%;" |'''16''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" | | | style="width: 35%;" |Adds a crit outline to the icon. | ||
|- | |||
|'''000''' | |||
|Integer | |||
| | |||
|- | |||
|'''001''' | |||
|Integer | |||
| | |||
|- | |||
|'''002''' | |||
|Integer | |||
| | |||
|- | |||
|'''003''' | |||
|Integer | |||
| | |||
|- | |||
|'''004''' | |||
|Integer | |||
| | |||
|- | |||
|'''005''' | |||
|Integer | |||
| | |||
|- | |- | ||
|'''006''' | |||
|Integer | |||
| | |||
|- | |- | ||
|'''007''' | |||
|Integer | |||
| | |||
|- | |- | ||
|'''008''' | |||
|Integer | |||
| | |||
|- | |- | ||
|'''009''' | |||
|Integer | |||
| | |||
|- | |- | ||
|'''010''' | |||
|Integer | |||
| | |||
|- | |- | ||
|'''011''' | |||
|Integer | |||
| | |||
|} | |} | ||
|- | |- |
Latest revision as of 23:29, 10 August 2022
Overview[edit | edit source]
Manages and networks the state of data pertaining to the Mann vs Machine gamemode.
Source location : /game/server/tf/tf_objective_resource.h
Linked entity : tf_objective_resource
Class Structure[edit | edit source]
- CBaseEntity
- CBaseTeamObjectiveResource
- CTFObjectiveResource
- CBaseTeamObjectiveResource
SendProps[edit | edit source]
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
m_nMannVsMachineMaxWaveCount | Integer | The max wave count on the wavebar. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nMannVsMachineWaveCount | Integer | The current wave count on the wavebar. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nMannVsMachineWaveEnemyCount | Integer | Total amount of mainwave enemies. Does not update the wavebar's progress bar during a wave if changed, until an icon is added or removed. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nMvMWorldMoney | Integer | Total worth of currency packs that currently exist in the world and can be picked up. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flMannVsMachineNextWaveTime | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_bMannVsMachineBetweenWaves | Boolean | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nFlagCarrierUpgradeLevel | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flMvMBaseBombUpgradeTime | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flMvMNextBombUpgradeTime | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_iszMvMPopfileName | String | Name of the popfile. Modifying this with $SetProp causes the server to change to a different map on mission end; use $SetClientProp instead. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_iChallengeIndex | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nMvMEventPopfileType | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_iszMannVsMachineWaveClassNames | String | The first wavespawn's bot's ClassIcon name. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_iszMannVsMachineWaveClassNames | Array | The selected wavespawn's bot's ClassIcon name. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_iszMannVsMachineWaveClassNames2 | String | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_iszMannVsMachineWaveClassNames2 | Array | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
m_bMannVsMachineBetweenWaves | ||
m_bMannVsMachineWaveClassActive | ||
m_bMannVsMachineWaveClassActive2 | ||
m_flMannVsMachineNextWaveTime | ||
m_iszMannVsMachineWaveClassNames | ||
m_iszMannVsMachineWaveClassNames2 | ||
m_nMannVsMachineMaxWaveCount | ||
m_nMannVsMachineWaveClassCounts | ||
m_nMannVsMachineWaveClassCounts2 | ||
m_nMannVsMachineWaveClassFlags | ||
m_nMannVsMachineWaveClassFlags2 | ||
m_nMannVsMachineWaveCount | ||
m_nMannVsMachineWaveEnemyCount | ||
m_nMvMWorldMoney |