Info landmark exit: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{this is a|e0|game=portal2|name=info_landmark_exit}} When a {{ent|point_changelevel}} is used, if the current map contains an <code>info_landmark_exit</code> and the destination map contains an {{ent|info_landmark_entry}}, the player's offset relative to the exit landmark will be applied relative to the entry landmark in the next map. Otherwise, this entity has no special functionality on its own.
{{this is a|point entity|game=Portal 2|name=info_landmark_exit}} When a {{ent|point_changelevel}} is used, if the current map contains an <code>info_landmark_exit</code> and the destination map contains an {{ent|info_landmark_entry}}, the player's offset relative to the exit landmark will be applied relative to the entry landmark in the next map. Otherwise, this entity has no special functionality on its own.


==Keyvalues==
==Keyvalues==
{{KV BaseEntity|l4d2=1}}
{{KV Targetname}}
 
==Inputs==
{{I BaseEntity|l4d2=1}}
 
==Outputs==
{{O BaseEntity}}

Latest revision as of 15:08, 25 September 2024

info_landmark_exit is a point entity available in Portal 2 Portal 2. When a point_changelevel is used, if the current map contains an info_landmark_exit and the destination map contains an info_landmark_entry, the player's offset relative to the exit landmark will be applied relative to the entry landmark in the next map. Otherwise, this entity has no special functionality on its own.

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