There is no spoon
UE2:ONSMortarShell (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Projectile >> ONSMortarShell |
Contents
- Package:
- OnslaughtBP
- Direct subclasses:
- ONSMortarCamera, ONSArtilleryShellSmall
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Properties
AirExplosionEffectClass
Default value: Class'Onslaught.ONSSmallVehicleExplosionEffect'
bExploded
Type: bool
ExplosionEffectClass
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<DamageType> DamageType)
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)