trigger_teleport_relative
Jump to navigation
Jump to search
![]() |
---|
CTriggerTeleportRelative |
![]() |
trigger_teleport_relative
is a brush entity available in Source 2013 Multiplayer,
Counter-Strike: Source,
Half-Life Deathmatch: Source,
Half-Life 2: Deathmatch,
Day of Defeat: Source, and
Team Fortress 2. (also in
)
It's a trigger volume that will teleport entities that touch it. Entities are teleported by Offset from the trigger's world-space center. Useful to get objects out of situations where levels or entities suddenly appear intersecting with them. Teleported entities have their velocity set to zero and their angles untouched.
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) (teleportoffset) <vector>
- The offset (in World-Space Coordinates X Y Z) to teleport the entity when the trigger is touched.
|
Flags
|
Inputs
|
Outputs
|
FGD Code
[Todo]
See also
Categories:
- CBaseTrigger
- Brush entities
- Source 2013 Multiplayer entities
- Source 2013 Multiplayer brush entities
- Counter-Strike: Source entities
- Counter-Strike: Source brush entities
- Half-Life Deathmatch: Source entities
- Half-Life Deathmatch: Source brush entities
- Half-Life 2: Deathmatch entities
- Half-Life 2: Deathmatch brush entities
- Day of Defeat: Source entities
- Day of Defeat: Source brush entities
- Team Fortress 2 entities
- Team Fortress 2 brush entities
- Pages with uncategorized bugs
- Sensor Brush Entities