CTFGameRulesProxy: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Networks TF2 game rules data to the client. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/shared/tf/tf_gamerules.h /game/shared/tf/tf_gamerules.h]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/shared/tf/tf_gamerules.h /game/shared/tf/tf_gamerules.h]''' | ||
Revision as of 23:41, 10 August 2022
Overview
Networks TF2 game rules data to the client.
Source location : /game/shared/tf/tf_gamerules.h
Linked Entity : tf_gamerules
Class Structure
- CBaseEntity
- CGameRulesProxy
- CTeamplayRoundBasedRulesProxy
- CTFGameRulesProxy
- CTeamplayRoundBasedRulesProxy
- CGameRulesProxy
SendProps
| Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Entity DataMaps
| Name | Type | Description |
|---|---|---|
| InputAddBlueTeamRespawnWaveTime | ||
| InputAddBlueTeamScore | ||
| InputAddRedTeamRespawnWaveTime | ||
| InputAddRedTeamScore | ||
| InputHandleMapEvent | ||
| InputPlayVO | ||
| InputPlayVOBlue | ||
| InputPlayVORed | ||
| InputSetBlueKothClockActive | ||
| InputSetBlueTeamGoalString | ||
| InputSetBlueTeamRespawnWaveTime | ||
| InputSetBlueTeamRole | ||
| InputSetCTFCaptureBonusTime | ||
| InputSetCustomUpgradesFile | ||
| InputSetMapForcedTruceDuringBossFight | ||
| InputSetRedKothClockActive | ||
| InputSetRedTeamGoalString | ||
| InputSetRedTeamRespawnWaveTime | ||
| InputSetRedTeamRole | ||
| InputSetRequiredObserverTarget | ||
| InputSetRoundRespawnFreezeEnabled | ||
| InputSetStalemateOnTimelimit | ||
| m_OnMatchSummaryStart | ||
| m_OnPowerupImbalanceMeasuresOver | ||
| m_OnPowerupImbalanceTeam1 | ||
| m_OnPowerupImbalanceTeam2 | ||
| m_OnStateEnterBetweenRounds | ||
| m_OnStateEnterPreRound | ||
| m_OnStateEnterRoundRunning | ||
| m_OnStateExitPreRound | ||
| m_OnTruceEnd | ||
| m_OnTruceStart | ||
| m_OnWonByTeam1 | ||
| m_OnWonByTeam2 | ||
| m_Team1PlayersChanged | ||
| m_Team2PlayersChanged | ||
| m_bOvertimeAllowedForCTF | ||
| m_nHudType |