The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE1:ExplosiveBullet (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
RTNP Object >> Actor >> Projectile >> ExplosiveBullet
Package: 
UPak

ExplosiveBullet.uc $Date: 4/28/99 2:18p $ $Revision: 3 $

Default values

Property Value
Damage 15.0
MaxSpeed 50000.0
Mesh LodMesh'UPak.CARbullet'
RemoteRole ROLE_SimulatedProxy
Speed 50000.0

States

Flying

Modifiers: auto

Flying.BeginState

event BeginState ()

Overrides: Object.BeginState (global)


Flying.HitWall

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

Overrides: Projectile.HitWall (global)


Flying.BlowUp

simulated function BlowUp (Object.Vector HitLocation)


Flying.ProcessTouch

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

Overrides: Projectile.ProcessTouch (global)