Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Legend.TeleporterWithEffects

Extends
Teleporter

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.NavigationPoint
      |   
      +-- Engine.Teleporter
         |   
         +-- Legend.TeleporterWithEffects

Variables Summary
Teleporter
class<actor>EnterEffectClass
soundEnterEffectSound
class<actor>ExitEffectClass
soundExitEffectSound
Inherited Variables from Engine.Teleporter
bChangesVelocity, bChangesYaw, bEnabled, bReversesX, bReversesY, bReversesZ, LastFired, ProductRequired, TargetVelocity, TriggerActor, TriggerActor2, URL
Inherited Variables from Engine.NavigationPoint
bAllowFlyPaths, bAllowJumpPaths, bAllowSwimPaths, bAutoBuilt, bAutoPlaced, bBlocked, bDisabled, bEndPoint, bestPathWeight, bFindBase, bForceNoStrafing, bNeverUseStrafing, bOneWayPath, bPathsChanged, bPropagatesSound, bSpecialCost, bSpecialMove, ConnectFlags, cost, ExtraCost, ForcedPaths[4], nextNavigationPoint, nextOrdered, OldEditorLocation, PathInCount, PathList, PathOutCount, previousPath, prevOrdered, ProscribedPaths[4], taken, visitedWeight

Enumerations Summary
Inherited Enumerations from Engine.NavigationPoint
EConnectFlags

Functions Summary
functionbool Accept (actor Incoming, actor Source ))
function PlayTeleportEffect (actor Incoming, bool bOut ))
Inherited Functions from Engine.Teleporter
Accept, FindTriggerActor, PostBeginPlay, Replication, SpecialHandling, Touch, Trigger
Inherited Functions from Engine.NavigationPoint
Accept, MoverClosed, MoverOpened, ProceedWithMove, SpecialCost, SuggestMovePreparation


Variables Detail

Teleporter

EnterEffectClass Source code

var(Teleporter) class<actor> EnterEffectClass;

EnterEffectSound Source code

var(Teleporter) sound EnterEffectSound;

ExitEffectClass Source code

var(Teleporter) class<actor> ExitEffectClass;

ExitEffectSound Source code

var(Teleporter) sound ExitEffectSound;


Functions Detail

Accept Source code

simulated function bool Accept ( actor Incoming, actor Source ) )

PlayTeleportEffect Source code

simulated function PlayTeleportEffect ( actor Incoming, bool bOut ) )


Defaultproperties

defaultproperties
{
     UseReticleOnEvents(0)="UseReticleText"
     UseReticleOnEvents(1)="UseReticleCorners"
     UseReticleOnEvents(2)="UseReticleTopBars"
     ProximityReticleOnEvents(0)="ProximityReticleCorners"
     ProximityReticleOnEvents(1)="ProximityReticleTopBars"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:33.081 - Created with UnCodeX