CObjectTeleporter: Difference between revisions
Jump to navigation
Jump to search
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/ | '''Source location : /game/server/tf2/tf_obj_teleporter.h''' | ||
'''Linked entity : obj_teleporter''' | '''Linked entity : obj_teleporter''' |
Revision as of 03:10, 1 February 2022
Overview
Placed and carried teleporters are instances of this class.
Source location : /game/server/tf2/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 |