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

UE1:EnergyBolt (UT)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT Object >> Actor >> Projectile >> EnergyBolt
Package: 
UnrealI
This class in other games:
RTNP, U1

EnergyBolt.

Default values[edit]

Property Value
AmbientGlow 67
bUnlit True
LightRadius 9
LightType LT_Steady
MaxSpeed 1000.0
Mesh LodMesh'UnrealShare.bolt1'

Functions[edit]

Events[edit]

PostBeginPlay[edit]

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


Other instance functions[edit]

Explode[edit]

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

Overrides: Projectile.Explode


States[edit]

Flying[edit]

Modifiers: auto

Flying.processTouch[edit]

function processTouch (Actor Other, Object.Vector HitLocation)

Overrides: Projectile.ProcessTouch (global)