I love the smell of UnrealEd crashing in the morning. – tarquin

UE1:PawnTeleportEffect (U1)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U1 Object >> Actor >> Effects >> PawnTeleportEffect

Contents

Package: 
UnrealShare
Direct subclass:
QueenTeleportEffect
This class in other games:
RTNP, UT

PawnTeleportEffect.

[edit] Default values

Property Value
AnimSequence 'All'
bParticles True
DrawScale 0.2
DrawType DT_Mesh
LifeSpan 1.0
LightBrightness 255
LightEffect LE_NonIncidence
LightHue 170
LightRadius 12
LightSaturation 96
LightType LT_Pulse
Mesh LodMesh'UnrealShare.TeleEffect3'
RemoteRole ROLE_SimulatedProxy
Skin Texture'UnrealShare.Effects.T_PawnT'
Style STY_Translucent
Texture Texture'UnrealShare.Effects.T_PawnT'

[edit] Instance functions

[edit] Initialize

function Initialize (Pawn Other, bool bOut)


[edit] States

[edit] Explode

Modifiers: auto

[edit] Explode.BeginState

simulated event BeginState ()

Overrides: Object.BeginState (global)


[edit] Explode.Tick

simulated event Tick (float DeltaTime)

Overrides: Actor.Tick (global)