CFuncRespawnRoomVisualizer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
... | ... | ||
'''Source location : ...''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/func_respawnroom.cpp /game/server/tf/func_respawnroom.cpp]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/func_respawnroomvisualizer func_respawnroomvisualizer]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CFuncBrush]]''' | ||
***''' | ***'''CFuncRespawnRoomVisualizer''' | ||
== Entity DataMaps == | == Entity DataMaps == | ||
Revision as of 04:53, 24 March 2022
Overview
...
Source location : /game/server/tf/func_respawnroom.cpp
Linked Entity : func_respawnroomvisualizer
Class Structure
- CBaseEntity
- CFuncBrush
- CFuncRespawnRoomVisualizer
- CFuncBrush
Entity DataMaps
| Name | Type | Description |
|---|---|---|
| InputRoundActivate | ||
| InputSetExcluded | ||
| InputSetInvert | ||
| InputSetSolid | ||
| InputToggle | ||
| InputTurnOff | ||
| InputTurnOn | ||
| m_bInvertExclusion | ||
| m_bSolid | ||
| m_bSolidBsp | ||
| m_iDisabled | ||
| m_iSolidity | ||
| m_iszExcludedClass | ||
| m_iszRespawnRoomName |