Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

OnslaughtBP.ONSShockTankProjectile

Extends
ShockProjectile

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Projectile
      |   
      +-- XWeapons.ShockProjectile
         |   
         +-- OnslaughtBP.ONSShockTankProjectile

Variables Summary
ONSShockBallONSShockBallEffect
Inherited Variables from XWeapons.ShockProjectile
ComboAmmoCost, ComboDamage, ComboDamageType, ComboMomentumTransfer, ComboRadius, ComboSound, ComboTarget, ShockBallEffect, tempStartLoc
Inherited Variables from Engine.Projectile
bNoFX, bReadyToSplash, bScriptPostRender, bSpecialCalcView, bSwitchToZeroCollision, Damage, DamageRadius, ExplosionDecal, ExploWallOut, HurtWall, ImpactSound, InstigatorController, LastTouched, MaxEffectDistance, MaxSpeed, MomentumTransfer, MyDamageType, SpawnSound, Speed, TossZ, ZeroCollider

Functions Summary
function Destroyed ()
function DestroyTrails ()
function Explode (vector HitLocation, ector HitNormal)
function HitWall (vector HitNormal, actor Wall)
function PostBeginPlay ()
function ProcessTouch (Actor Other, vector HitLocation)
function ProximityExplode ()
function SuperExplosion ()
Inherited Functions from XWeapons.ShockProjectile
Destroyed, DestroyTrails, Explode, Monitor, PostBeginPlay, PostNetBeginPlay, PreBeginPlay, ProcessTouch, SuperExplosion, TakeDamage, Tick, Timer
Inherited Functions from Engine.Projectile
BlowUp, CanSplash, CheckMaxEffectDistance, ClientSideTouch, DelayedHurtRadius, EncroachingOn, Explode, GetRange, HitWall, HurtRadius, IsStationary, PostBeginPlay, PostRender2D, ProcessTouch, RandSpin, Reset, SpecialCalcView, Touch


Variables Detail

ONSShockBallEffect Source code

var ONSShockBall ONSShockBallEffect;


Functions Detail

Destroyed Source code

simulated function Destroyed ( )

DestroyTrails Source code

simulated function DestroyTrails ( )

Explode Source code

simulated function Explode ( vector HitLocation,vector HitNormal )

HitWall Source code

simulated singular function HitWall ( vector HitNormal, actor Wall )

PostBeginPlay Source code

simulated function PostBeginPlay ( )

ProcessTouch Source code

simulated function ProcessTouch ( Actor Other, vector HitLocation )

ProximityExplode Source code

function ProximityExplode ( )

SuperExplosion Source code

function SuperExplosion ( )


Defaultproperties

defaultproperties
{
     ComboSound=Sound'ONSBPSounds.ShockTank.ShockBallExplosion'
     ComboRadius=450.000000
     ComboMomentumTransfer=235000.000000
     Speed=9000.000000
     MaxSpeed=9000.000000
     Damage=150.000000
     DamageRadius=250.000000
     DrawType=DT_None
     AmbientSound=Sound'ONSBPSounds.ShockTank.ShockBallAmbient'
     Texture=None
     DrawScale=3.000000
     Skins(0)=None
     CollisionRadius=0.000000
     CollisionHeight=0.000000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:11.218 - Created with UnCodeX