CObjectTeleporter: Difference between revisions
Jump to navigation
Jump to search
(Created blank page) |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | |||
Placed dispensers in TF2 are instances of this class. | |||
'''Source location : /game/server/tf/tf_obj_dispenser.h''' | |||
'''Linked entity : obj_dispenser''' | |||
==[[SendProps|Class Structure]]== | |||
*'''[[CBaseEntity]]''' | |||
**'''[[CBaseAnimating]]''' | |||
***'''[[CBaseAnimatingOverlay]]''' | |||
****'''[[CBaseFlex]]''' | |||
*****'''[[CBaseCombatCharacter]]''' | |||
******'''[[CBaseObject]]''' | |||
*******'''CObjectTeleporter''' | |||
== SendProps == | |||
{| class="wikitable sortable" style="margin: 0 auto; width: 100%; padding: 0;" | |||
|+CObjectTeleporter | |||
! style="width: 50%; background-color: #303030; color: white" |Name | |||
! style="width: 15%; background-color: #303030; color: white" |Type | |||
! style="width: 35%; background-color: #303030; color: white" |Description | |||
|- | |||
|'''m_iState''' | |||
|Integer | |||
| | |||
|- | |||
|'''m_flRechargeTime''' | |||
|Float | |||
| | |||
|- | |||
|'''m_flCurrentRechargeDuration''' | |||
|Float | |||
| | |||
|- | |||
|'''m_iTimesUsed''' | |||
|Integer | |||
| | |||
|- | |||
|'''m_flYawToExit''' | |||
|Float | |||
| | |||
|- | |||
|'''m_bMatchBuilding''' | |||
|Boolean | |||
| | |||
|} |
Revision as of 01:29, 1 February 2022
Overview
Placed dispensers in TF2 are instances of this class.
Source location : /game/server/tf/tf_obj_dispenser.h
Linked entity : obj_dispenser
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 |