Mostly Harmless
UE1:Teleporter (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> NavigationPoint >> Teleporter |
Contents
- Package:
- Engine
- Direct subclasses:
- EndGameTeleporter, FavoritesTeleporter, UPakTeleporter
- This class in other games:
- U1, UT, UT2003, U2XMP, UE2Runtime, UT2004, U2, UT3, UDK
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
/============================================================================= Teleports actors either between different teleporters within a level or to matching teleporters on other levels, or to general Internet URLs.
Properties[edit]
Property group 'Teleporter'[edit]
bChangesVelocity[edit]
Type: bool
Set velocity to TargetVelocity.
bChangesYaw[edit]
Type: bool
Sets yaw to teleporter's Rotation.Yaw
bEnabled[edit]
Type: bool
Default value: True
bReversesX[edit]
Type: bool
Reverses X-component of velocity.
bReversesY[edit]
Type: bool
Reverses Y-component of velocity.
bReversesZ[edit]
Type: bool
ProductRequired[edit]
Type: name
TargetVelocity[edit]
Type: Object.Vector
URL[edit]
Type: string
Internal variables[edit]
TriggerActor[edit]
Type: Actor
used to tell AI how to trigger me
TriggerActor2[edit]
Type: Actor
Default values[edit]
Property | Value |
---|---|
bCollideActors | True |
bDirectional | True |
CollisionHeight | 40.0 |
CollisionRadius | 18.0 |
SoundVolume | 128 |
Texture | Texture'Engine.S_Teleport' |
Functions[edit]
Events[edit]
Accept[edit]
Overrides: NavigationPoint.Accept
PostBeginPlay[edit]
event PostBeginPlay ()
Overrides: Actor.PostBeginPlay
SpecialHandling[edit]
Overrides: Actor.SpecialHandling
Touch[edit]
event Touch (Actor Other)
Overrides: Actor.Touch
Trigger[edit]
Overrides: Actor.Trigger
Other instance functions[edit]
FindTriggerActor[edit]
function FindTriggerActor ()
PlayTeleportEffect[edit]
Overrides: NavigationPoint.PlayTeleportEffect