Trigger teleport relative: Difference between revisions
Jump to navigation
Jump to search
m (Minor changes, and added a {{ent not in fgd}} to the top of the page.) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{ent not in fgd}} | {{ent not in fgd}} | ||
{{base brush|trigger_teleport_relative}} | {{base brush|trigger_teleport_relative}} | ||
{{note|Absent in {{csgo}}}} | |||
== Entity description == | == Entity description == |
Revision as of 14:44, 19 March 2020
Entity description
It's a trigger volume that will teleport entities that touch it. Entities are teleported by Offset from their current position. Useful to get objects out of situations where levels or entities suddenly appear intersecting with them.
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
- Offset (X Y Z) ([todo internal name (i)]) <vector>
- The offset (in World-Space Coordinates X Y Z) to teleport the entity when the trigger is touched.
Flags
|
Inputs
|
Outputs
|