Trigger teleport: Difference between revisions
Jump to navigation
Jump to search
(wording, links) |
m (Cleanup) |
||
Line 1: | Line 1: | ||
{{ | {{base brush|trigger_teleport}} | ||
{{ | {{sensor brush}} | ||
==Entity Description== | ==Entity Description== | ||
A [[brush entity]] [[trigger]] that teleports [[entity|entities]] that touch its volume. | A [[brush entity]] [[trigger]] that teleports [[entity|entities]] that touch its volume. | ||
Entities are teleported to the ''Remote Destination'', and have their angles set to that of the ''Remote Destination'''s. | Entities are teleported to the ''Remote Destination'', and have their angles set to that of the ''Remote Destination'''s. | ||
Line 11: | Line 9: | ||
If a ''Local Destination Landmark'' is specified, teleported entities are offset from the target by their initial offset from the landmark, and their angles are left alone. | If a ''Local Destination Landmark'' is specified, teleported entities are offset from the target by their initial offset from the landmark, and their angles are left alone. | ||
{{code class|CTriggerTeleport|triggers.cpp}} | |||
{{ | |||
==See Also== | |||
* [[Teleporters]] | |||
* [[info_teleport_destination]] | |||
==Keyvalues== | ==Keyvalues== | ||
{{KV|Remote Destination|target_destination|The entity specifying the point to which entities should be teleported.}} | |||
{{KV|Local Destination Landmark|target_destination|If specified, then teleported entities are offset from the target by their initial offset from the landmark.}} | |||
{{KV Trigger}} | |||
==Flags== | ==Flags== | ||
* 32 : Preserve angles even when a local landmark is not specified | |||
{{Fl Trigger}} | |||
*32 : Preserve angles even when a local landmark is not specified | |||
==Inputs== | ==Inputs== | ||
{{I Trigger}} | |||
==Outputs== | ==Outputs== | ||
{{O Trigger}} | |||
Revision as of 08:01, 3 June 2011
Entity Description
A brush entity trigger that teleports entities that touch its volume.
Entities are teleported to the Remote Destination, and have their angles set to that of the Remote Destination's.
If a Local Destination Landmark is specified, teleported entities are offset from the target by their initial offset from the landmark, and their angles are left alone.
See Also
Keyvalues
- Remote Destination ([todo internal name (i)]) <targetname>
- The entity specifying the point to which entities should be teleported.
- Local Destination Landmark ([todo internal name (i)]) <targetname>
- If specified, then teleported entities are offset from the target by their initial offset from the landmark.
|
Flags
- 32 : Preserve angles even when a local landmark is not specified
|
Inputs
|
Outputs
|