CObjectTeleporter: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tags: Manual revert Visual edit |
|||
| Line 4: | Line 4: | ||
'''Source location : /game/server/tf/tf_obj_teleporter.h''' | '''Source location : /game/server/tf/tf_obj_teleporter.h''' | ||
'''Linked entity : obj_teleporter''' | '''Linked entity : [https://developer.valvesoftware.com/wiki/Obj_teleporter obj_teleporter]''' | ||
==[[SendProps|Class Structure]]== | ==[[SendProps|Class Structure]]== | ||
Revision as of 22:56, 10 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 |