trigger_teleport #
New parameters #
Start Inactive
- make teleport inactive until it’s triggered by name.Landmark entity
. The name of a point entity (e.g. info_target or info_teleport_destination) that is usually put inside thetrigger_teleport
brush. The player will be teleported to the destination using the relative distance. If landmark and destination entities have different yaw angles, the player will be rotated appropriately as well. This allows for making ‘seemless’ teleports. This is alternative toRelative Teleport
spawnflag. If landmark is defined the velocity is always kept.
New spawnflags #
Keep angles
andKeep velocity
- keep player’s angles and velocity upong teleporting.Relative Teleport
. The player’s destination will be the location of the destination plus his offset from the trigger_teleport’s origin in the moment of the player entering the trigger. If you decide to use this, you need to add an origin brush to yourtrigger_teleport
.
Reaction to use-type #
If Start Inactive
is enabled, the input can switch the teleport state depending on the use-type.