This article's documentation is for the "GoldSrc" engine. Click here for more information.

Info teleport destination (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{tabs|info_teleport_destination|goldsrc=1|source=1|main=source}} {{This is a|name=info_teleport_destination|e0|engine=1}} It does nothing itself, but can be used to specify t...")
 
(added class hierarchies)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{tabs|info_teleport_destination|goldsrc=1|source=1|main=source}}
{{tabs|info_teleport_destination|goldsrc=1|source=1|main=source}}
{{This is a|name=info_teleport_destination|e0|engine=1}} It does nothing itself, but can be used to specify the destination and angles for a [[trigger_teleport (GoldSrc)|trigger_teleport]] entity.
{{CD|CPointEntity|goldsrc=1}}
 
{{CD|CTriggerTeleportDest|goldsrc=1|game={{dmc|4}}}}
{{this is a|point entity|name=info_teleport_destination|engine=GoldSrc}} It does nothing itself, but can be used to specify the destination and angles for a [[trigger_teleport (GoldSrc)|trigger_teleport]] entity.


==Key Values==
==Key Values==

Latest revision as of 13:13, 5 August 2024

C++ Class hierarchy
CPointEntity
CBaseEntity
C++ effects.cpp
C++ Class hierarchy
Deathmatch Classic Deathmatch Classic
CTriggerTeleportDest
CBaseTrigger
CBaseToggle
CBaseAnimating
CBaseDelay
CBaseEntity
C++ triggers.cpp

info_teleport_destination is a point entity available in all GoldSrc GoldSrc games. It does nothing itself, but can be used to specify the destination and angles for a trigger_teleport entity.

Key Values

Pitch Yaw Roll (Y Z X) (angles) <QAngle>
This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
Name (targetname) <string>
The targetname that other entities refer to this entity by.

Flags

Not in Deathmatch : [2048]