Editing
CObjectTeleporter
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Overview == Placed and carried teleporters are instances of this class. '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/tf/tf_obj_teleporter.h /game/server/tf/tf_obj_teleporter.h]''' '''Linked entity : [https://developer.valvesoftware.com/wiki/Obj_teleporter obj_teleporter]''' ==[[Classes|Class Structure]]== *'''[[CBaseEntity]]''' **'''[[CBaseAnimating]]''' ***'''[[CBaseAnimatingOverlay]]''' ****'''[[CBaseFlex]]''' *****'''[[CBaseCombatCharacter]]''' ******'''[[CBaseObject]]''' *******'''CObjectTeleporter''' == SendProps == {| class="wikitable sortable mw-collapsible mw-collapsed" 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 |What this teleporter is currently doing {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" ! colspan="1" |Values |- | * 0 - TELEPORTER_STATE_BUILDING // Building, not active yet * 1 - TELEPORTER_STATE_IDLE // Does not have a matching teleporter yet * 2 - TELEPORTER_STATE_READY // Found match, charged and ready * 3 - TELEPORTER_STATE_SENDING // Teleporter entrance teleporting a player away * 4 - TELEPORTER_STATE_RECEIVING // Teleporter exit receiving a teleported player, before any game events are handled * 5 - TELEPORTER_STATE_RECEIVING_RELEASE // Fired immediately after TELEPORTER_STATE_RECEIVING, this handles game events and resets some teleporter variables * 6 - TELEPORTER_STATE_RECHARGING // Waiting for recharge * 7 - TELEPORTER_STATE_UPGRADING |} |- |'''m_flRechargeTime''' |Float |The timestamp for when this teleporter will be fully charged again after sending a player |- |'''m_flCurrentRechargeDuration''' |Float |The amount of time it takes for this teleporter to recharge |- |'''m_iTimesUsed''' |Integer |The amount of times this teleporter has teleported a player |- |'''m_flYawToExit''' |Float |For a teleporter entrance, this is the yaw angle pointing directly at the exit teleporter. This value seems to be calculated strangely however, as angle 0 begins directly down on the y axis, and the angle increments clockwise rather than counter clockwise. |- |'''m_bMatchBuilding''' |Boolean | |} == Entity DataMaps == {| class="wikitable sortable mw-collapsible mw-collapsed" 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 |- | style="width: 50%;" |'''CObjectTeleporterTeleporterThink''' | style="width: 15%;" | | style="width: 35%;" | |- | style="width: 50%;" |'''CObjectTeleporterTeleporterTouch''' | style="width: 15%;" | | style="width: 35%;" | |- | style="width: 50%;" |'''m_iTeleportType''' | style="width: 15%;" |Integer | style="width: 35%;" |What type of teleporter this is {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" ! colspan="1" |Values |- | * 0 - TTYPE_NONE * 1 - TTYPE_ENTRANCE * 2 - TTYPE_EXIT |} |- | style="width: 50%;" |'''m_iszMatchingMapPlacedTeleporter''' | style="width: 15%;" | | style="width: 35%;" | |}
Summary:
Please note that all contributions to SigMod are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
SigMod:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
British English
Views
Read
Edit
Edit source
View history
More
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information