I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE1:WarlordRocket (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:12, 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 >> WarlordRocket
Package: 
UnrealI
This class in other games:
U1, UT, UT2003, UT2004

WarlordRocket.

Properties[edit]

Count[edit]

Type: float


OriginalDirection[edit]

Type: Object.Vector


SmokeRate[edit]

Type: float


Default values[edit]

Property Value
AmbientGlow 1
AmbientSound Sound'UnrealI.General.BRocket'
bBounce True
bNetTemporary False
bUnlit True
Damage 60.0
DrawScale 2.5
MaxSpeed 1200.0
Mesh LodMesh'UnrealI.perock'
MomentumTransfer 50000
SoundRadius 20
SoundVolume 255
Speed 1200.0

Functions[edit]

Events[edit]

Tick[edit]

event Tick (float DeltaTime)

Overrides: Actor.Tick


Other instance functions[edit]

Explode[edit]

function Explode (Object.Vector HitLocation, Object.Vector HitNormal)

Overrides: Projectile.Explode


States[edit]

Flying[edit]

Modifiers: auto

Flying.BeginState[edit]

event BeginState ()

Overrides: Object.BeginState (global)


Flying.ProcessTouch[edit]

function ProcessTouch (Actor Other, Object.Vector HitLocation)

Overrides: Projectile.ProcessTouch (global)