Cogito, ergo sum

UE1:Tracer (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U1 Object >> Actor >> Projectile >> Tracer
Package: 
UnrealI
This class in other games:
RTNP, UT, UT2003, UT2004, U2XMP

A tracer projectile that doesn't do any damage. This is not actually used in the game.

Default values[edit]

Property Value
AmbientGlow 130
bUnlit True
LifeSpan 3.0
MaxSpeed 10000.0
Mesh LodMesh'UnrealI.TracerM'
RemoteRole ROLE_SimulatedProxy
Speed 10000.0

Functions[edit]

Events[edit]

PostBeginPlay[edit]

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay

Sets the velocity to the Rotation direction and Speed magnitude.

Other instance functions[edit]

ProcessTouch[edit]

simulated function ProcessTouch (Actor Other, Object.Vector HitLocation)

Overrides: Projectile.ProcessTouch

Destroys the tracer if the touching actor is not the tracer's Instigator.