Info teleport destination: Difference between revisions
Jump to navigation
Jump to search
Note: An info_target or other point entities can be used too but this can be more useful in hammer due to the model that can be used for measuring purposes.
(-added class hierarchy) |
mNo edit summary |
||
Line 2: | Line 2: | ||
{{CD|CPointEntity|file1=triggers.cpp}} | {{CD|CPointEntity|file1=triggers.cpp}} | ||
{{entity|info_teleport_destination|type=e0}} It does nothing itself, but can be used to specify the destination and angles for a [[trigger_teleport]] entity. {{Note| An [[info_target]] or other point entities can be used too but this can be more useful in [[hammer]] due to the model that can be used for measuring purposes.}} | {{entity|info_teleport_destination|type=e0}} It does nothing itself, but can be used to specify the destination and angles for a [[trigger_teleport]] entity. {{Note| An [[info_target]] or other point entities can be used too but this can be more useful in [[hammer]] due to the model that can be used for measuring purposes.}} | ||
== Keyvalues == | == Keyvalues == |
Revision as of 05:36, 11 August 2023
![]() |
---|
CPointEntity |
![]() |
Template:Entity It does nothing itself, but can be used to specify the destination and angles for a trigger_teleport entity.

Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- 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.