CObjectTeleporter: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
Placed and carried teleporters are instances of this class. | Placed and carried teleporters are instances of this class. | ||
'''Source location : /game/server/tf/tf_obj_teleporter.h''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/tf/tf_obj_teleporter.h /game/server/tf/tf_obj_teleporter.h]''' | ||
'''Linked entity : [https://developer.valvesoftware.com/wiki/Obj_teleporter obj_teleporter]''' | '''Linked entity : [https://developer.valvesoftware.com/wiki/Obj_teleporter obj_teleporter]''' |
Revision as of 04:30, 19 February 2022
Overview
Placed and carried teleporters are instances of this class.
Source location : /game/server/tf/tf_obj_teleporter.h
Linked entity : obj_teleporter
Class Structure
- CBaseEntity
- CBaseAnimating
- CBaseAnimatingOverlay
- CBaseFlex
- CBaseCombatCharacter
- CBaseObject
- CObjectTeleporter
- CBaseObject
- CBaseCombatCharacter
- CBaseFlex
- CBaseAnimatingOverlay
- CBaseAnimating
SendProps
Name | Type | Description |
---|---|---|
m_iState | Integer | |
m_flRechargeTime | Float | |
m_flCurrentRechargeDuration | Float | |
m_iTimesUsed | Integer | |
m_flYawToExit | Float | |
m_bMatchBuilding | Boolean |
Entity DataMaps
Name | Type | Description |
---|---|---|
CObjectTeleporterTeleporterThink | ||
CObjectTeleporterTeleporterTouch | ||
m_iTeleportType | ||
m_iszMatchingMapPlacedTeleporter |