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
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
(added class hierarchies)
 
Line 1: Line 1:
{{tabs|info_teleport_destination|goldsrc=1|source=1|main=source}}
{{tabs|info_teleport_destination|goldsrc=1|source=1|main=source}}
{{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.
{{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.



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]