Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE1:EnergyBolt (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
RTNP Object >> Actor >> Projectile >> EnergyBolt

Contents

Package: 
UnrealI
This class in other games:
U1, UT

EnergyBolt.

[edit] Default values

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

[edit] Functions

[edit] Events

[edit] PostBeginPlay

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


[edit] Other instance functions

[edit] Explode

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

Overrides: Projectile.Explode


[edit] States

[edit] Flying

Modifiers: auto

[edit] Flying.processTouch

function processTouch (Actor Other, Object.Vector HitLocation)

Overrides: Projectile.ProcessTouch (global)