Moderator elections are being held. See Valve Developer Community:Moderator elections for more details.
Users who would like to run for moderator must be autoconfirmed and have at least 100 edits. Users can check their own edit count at Special:Preferences.
This article's documentation is for anything that uses the Source engine. Click here for more information.

info_teleport_destination

From Valve Developer Community
Jump to: navigation, search
Info player start.png
class hierarchy
CPointEntity defined in triggers.cpp
CBaseEntity

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

Note.pngNote: 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

Targetname:

Name (targetname) <string>
The targetname that other entities refer to this entity by.

Angles:

Pitch Yaw Roll (Y Z X) (angles) <angle>
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.

See also