CFuncRespawnRoom: 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.h /game/server/tf/func_respawnroom.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/func_respawnroom func_respawnroom]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CBaseToggle]]''' | ||
***'''[[ | ***'''[[CBaseTrigger]]''' | ||
****'''[[ | ****'''[[CFuncRespawnRoomShim]]''' | ||
*****''' | *****'''CFuncRespawnRoom''' | ||
== Entity DataMaps == | == Entity DataMaps == |
Revision as of 04:53, 24 March 2022
Overview
...
Source location : /game/server/tf/func_respawnroom.h
Linked Entity : func_respawnroom
Class Structure
- CBaseEntity
- CBaseToggle
- CBaseTrigger
- CFuncRespawnRoomShim
- CFuncRespawnRoom
- CFuncRespawnRoomShim
- CBaseTrigger
- CBaseToggle
Entity DataMaps
Name | Type | Description |
---|---|---|
CFuncRespawnRoomCFuncRespawnRoomShim::Touch | ||
InputDisable | ||
InputDisableAndEndTouch | ||
InputEnable | ||
InputEndTouch | ||
InputRoundActivate | ||
InputSetActive | ||
InputSetInactive | ||
InputStartTouch | ||
InputToggle | ||
InputToggleActive | ||
InputTouchTest | ||
m_OnEndTouch | ||
m_OnEndTouchAll | ||
m_OnNotTouching | ||
m_OnStartTouch | ||
m_OnStartTouchAll | ||
m_OnTouching | ||
m_bDisabled | ||
m_flHeight | ||
m_flLip | ||
m_flMoveDistance | ||
m_flWait | ||
m_hActivator | ||
m_hFilter | ||
m_hTouchingEntities | ||
m_iFilterName | ||
m_movementType | ||
m_sMaster | ||
m_toggle_state | ||
m_vecAngle1 | ||
m_vecAngle2 | ||
m_vecFinalAngle | ||
m_vecFinalDest | ||
m_vecMoveAng | ||
m_vecPosition1 | ||
m_vecPosition2 |