UE2:TracerProjectile (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> Actor >> Projectile >> TracerProjectile
Package:
UTClassic

null

Properties

Trail

Type: xEmitter


Default values

Property Value
bOwnerNoSee True
bReplicateInstigator False
DrawScale 5.0
DrawType DT_StaticMesh
LifeSpan 2.0
MaxSpeed 20000.0
Speed 20000.0
StaticMesh StaticMesh'WeaponStaticMesh.FlakChunk'
Style STY_Alpha

Functions

Events

Destroyed

simulated event Destroyed ()

Overrides: Actor.Destroyed


HitWall

simulated event HitWall (Object.Vector HitNormal, Actor Wall)

Overrides: Projectile.HitWall


Landed

simulated event Landed (Object.Vector HitNormal)

Overrides: Actor.Landed


PostNetBeginPlay

simulated event PostNetBeginPlay ()

Overrides: Actor.PostNetBeginPlay


Touch

simulated singular event Touch (Actor Other)

Overrides: Projectile.Touch


Other instance functions

CanSplash

simulated function bool CanSplash ()

Overrides: Projectile.CanSplash


ProcessTouch

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

Overrides: Projectile.ProcessTouch