entityguide‎ > ‎

info_teleport_destination

This is the correct entity to use as the teleport destination entity of a trigger_teleport. Although other entities such as info_target can be used as a target as well, only info_teleport_destination allows features such as triggering something on teleport. Setting entity name to displacer_global_target allows for weapon_displacer secondary fire to have players teleport to this info_teleport_destination, if the displacer does not have "Teleport Destination" (m_iszTeleportDestination).

Keyvalues

 
"
Teleport Cooldown Delay", teleport_cooldown :
Delay before this destination can be used again after someone land here.


Flags


32
: "Trigger on Arrival": If ticked, info_teleport_destination will trigger it's target whenever an entity is teleported here. The entity
is passed as !activator to the info_teleport_destination's target.


Changes

      • 5.0 Steam Release: Added 'Trigger on Arrival' flag.


      Comments