Info teleport destination: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Updated the image)
(-made the page more concise, removed irrelevant info)
Line 1: Line 1:
[[File: info_player_start.png | right | 300px]]
[[File: info_player_start.png | right | 300px]]
{{base point|info_teleport_destination}} {{base point legacy|info_target}}  
{{base point|info_teleport_destination}} It does nothing itself, but can be used to specify the destination for a [[trigger_teleport]] entity. An [[info_target]] can be used instead. {{Note|Can be more useful in hammer due to the model that can be used for measuring purposes.}}
__TOC__
{{clr}}
{{clr}}
==Entity description==
Note that however, this may be more useful in teleporting players due to the model that can be used for measuring purposes.
It does nothing itself, but can be used to specify the destination for a [[trigger_teleport]] entity. An [[info_target]] can be used instead. <code>[[point_teleport]]</code> may be a better option.
This entity is used in [[The Ship]] to define origin of the brig/release room that the player can teleport to. {{clr}}


== Keyvalues ==
== Keyvalues ==
{{KV Targetname}}
{{KV Targetname}}
{{KV Parentname}}
{{KV Angles}}
== Inputs ==
{{I Targetname}}
{{I Parentname}}


== Outputs ==
== See Also ==
{{O Targetname}}
* [[trigger_teleport]]
* [[point_teleport]]

Revision as of 10:56, 18 October 2022

Info player start.png

Template:Base point It does nothing itself, but can be used to specify the destination for a trigger_teleport entity. An info_target can be used instead.

Note.pngNote:Can be more useful in hammer due to the model that can be used for measuring purposes.

Keyvalues

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

See Also