CObjectTeleporter: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Placed | Placed and carried teleporters are instances of this class. | ||
'''Source location : /game/server/tf/ | '''Source location : /game/server/tf/tf_obj_teleporter.h''' | ||
'''Linked entity : | '''Linked entity : obj_teleporter''' | ||
==[[SendProps|Class Structure]]== | ==[[SendProps|Class Structure]]== | ||
Revision as of 01:30, 1 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 |