CObjectTeleporter: Difference between revisions

From SigMod
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

SendProps

CObjectTeleporter
Name Type Description
m_iState Integer
m_flRechargeTime Float
m_flCurrentRechargeDuration Float
m_iTimesUsed Integer
m_flYawToExit Float
m_bMatchBuilding Boolean