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

UE2:ONSPlasmaProjectile (UT2004)

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
UT2004 Object >> Actor >> Projectile >> ONSPlasmaProjectile
Package: 
Onslaught
Direct subclasses:
ONSAttackCraftPlasmaProjectileBlue, ONSAttackCraftPlasmaProjectileRed, ONSHoverBikePlasmaProjectile, ONSMASPlasmaProjectile, ONSManualGunPlasmaProjectile


Properties[edit]

Property group 'ONSPlasmaProjectile'[edit]

AccelerationMagnitude[edit]

Type: float


HitEffectClass[edit]

Type: class<Emitter>


Default value: Class'Onslaught.ONSPlasmaHitGreen'

PlasmaEffectClass[edit]

Type: class<Emitter>


Internal variables[edit]

Plasma[edit]

Type: Emitter


Default values[edit]

Property Value
AmbientGlow 100
Damage 70.0
DamageRadius 240.0
DrawType DT_None
ExplosionDecal Class'XEffects.LinkBoltScorch'
LifeSpan 1.6
MaxSpeed 7000.0
MomentumTransfer 4000.0
Speed 7000.0
Style STY_Additive

Functions[edit]

Static functions[edit]

GetRange[edit]

simulated static function float GetRange ()

Overrides: Projectile.GetRange


Events[edit]

Destroyed[edit]

simulated event Destroyed ()

Overrides: Actor.Destroyed


Landed[edit]

simulated event Landed (Object.Vector HitNormal)

Overrides: Actor.Landed


PostBeginPlay[edit]

simulated event PostBeginPlay ()

Overrides: Projectile.PostBeginPlay


PostNetBeginPlay[edit]

simulated event PostNetBeginPlay ()

Overrides: Actor.PostNetBeginPlay


Other instance functions[edit]

Explode[edit]

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

Overrides: Projectile.Explode


ProcessTouch[edit]

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

Overrides: Projectile.ProcessTouch