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

UE2:ONSMortarShell (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> Actor >> Projectile >> ONSMortarShell
Package: 
OnslaughtBP
Direct subclasses:
ONSMortarCamera, ONSArtilleryShellSmall


Properties

AirExplosionEffectClass

Type: class<Emitter>


Default value: Class'Onslaught.ONSSmallVehicleExplosionEffect'

bExploded

Type: bool


ExplosionEffectClass

Type: class<Emitter>


Default value: Class'OnslaughtBP.ONSArtilleryGroundExplosion'

Glow

Type: Actor


trail

Type: xEmitter


Default values

Property Value
AmbientGlow 100
AmbientSound Sound'ONSBPSounds.Artillery.ShellAmbient'
bIgnoreTerminalVelocity True
bNetTemporary False
bOrientToVelocity True
bProjTarget True
CullDistance 10000.0
Damage 250.0
DamageRadius 660.0
DrawScale 2.5
DrawType DT_StaticMesh
ExplosionDecal Class'XEffects.ShockAltDecal'
ForceRadius 60.0
ForceScale 5.0
ForceType FT_Constant
LifeSpan 8.0
MaxSpeed 4000.0
MomentumTransfer 575000.0
MyDamageType Class'OnslaughtBP.DamTypeArtilleryShell'
Physics PHYS_Falling
SoundRadius 100.0
SoundVolume 255
Speed 4000.0
StaticMesh StaticMesh'ONS-BPJW1.LargeShell'

Functions

Events

Destroyed

simulated event Destroyed ()

Overrides: Actor.Destroyed


HitWall

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

Overrides: Projectile.HitWall


Landed

simulated event Landed (Object.Vector HitNormal)

Overrides: Actor.Landed


PostBeginPlay

simulated event PostBeginPlay ()

Overrides: Projectile.PostBeginPlay


TakeDamage

event TakeDamage (int Damage, Pawn EventInstigator, Object.Vector HitLocation, Object.Vector Momentum, class<DamageTypeDamageType)

Overrides: Actor.TakeDamage


Timer

simulated event Timer ()

Overrides: Actor.Timer


Other instance functions

Explode

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

Overrides: Projectile.Explode


ExplodeInAir

simulated function ExplodeInAir ()


ProcessTouch

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

Overrides: Projectile.ProcessTouch


SpawnEffects

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


StartTimer

simulated function StartTimer (float Fuse)