I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:Teleporter (UT2003)
Object >> Actor >> NavigationPoint >> SmallNavigationPoint >> Teleporter |
Contents
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
Property group 'Teleporter'
bChangesVelocity
Type: bool
Set velocity to TargetVelocity.
bChangesYaw
Type: bool
Sets yaw to teleporter's Rotation.Yaw
Default value: True
bEnabled
Type: bool
Default value: True
bReversesX
Type: bool
Reverses X-component of velocity.
bReversesY
Type: bool
Reverses Y-component of velocity.
bReversesZ
Type: bool
ProductRequired
Type: name
TargetVelocity
Type: Object.Vector
URL
Type: string
Internal variables
LastFired
Type: float
TriggerActor
Type: Actor
used to tell AI how to trigger me
TriggerActor2
Type: Actor
Default values
Property | Value |
---|---|
bCollideActors | True |
bDirectional | True |
RemoteRole | ROLE_SimulatedProxy |
SoundVolume | 128 |
Texture | S_Teleport |
Functions
Events
Accept
Overrides: NavigationPoint.Accept
PostBeginPlay
Overrides: NavigationPoint.PostBeginPlay
PostTouch
Overrides: Actor.PostTouch
SpecialHandling
Overrides: Actor.SpecialHandling
Touch
Overrides: Actor.Touch
Trigger
Overrides: Actor.Trigger