Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE1:SpeedShadow (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 11 August 2009 by Wormbo (Talk | contribs) (added descriptions)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT Object >> Actor >> Effects >> SpeedShadow
Package: 
Relics

A "shadow" effect left behind by players with the Relic of Speed (RelicSpeedInventory) that is spawned by the SpeedShell.

Default values

Property Value
AnimRate 17.0
bAnimLoop True
bHighDetail True
bOwnerNoSee True
bUnlit True
DrawType DT_Mesh
LODBias 0.1
Mesh LodMesh'Botpack.Soldier'
RemoteRole ROLE_None
Style STY_Translucent

Events

PostBeginPlay

simulated event PostBeginPlay ()

Overrides: Actor.PostBeginPlay

Copies the player's current mesh, skins and animation frame, except that it is made translucent.

Tick

simulated event Tick (float Delta)

Overrides: Actor.Tick

Fades out the speed shadow so it vanishes after 1/3rd of a second. At this point the SpeedShadow is destroyed.