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

KFMod.BlowerBileProjectile

Extends
ShotgunBullet

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Projectile
      |   
      +-- KFMod.ShotgunBullet
         |   
         +-- KFMod.BlowerBileProjectile

Direct Known Subclasses:

BlowerBileAltProjectile

Variables Summary
EmitterExtraTrail
Inherited Variables from KFMod.ShotgunBullet
DamageAtten, HeadShotDamageMult, ImpactEffect, ImpactSounds[6], MaxPenetrations, PenDamageReduction, Trail
Inherited Variables from Engine.Projectile
bNoFX, bReadyToSplash, bScriptPostRender, bSpecialCalcView, bSwitchToZeroCollision, Damage, DamageRadius, ExplosionDecal, ExplosionDecalSnow, ExploWallOut, HurtWall, ImpactSound, InstigatorController, LastTouched, MaxEffectDistance, MaxSpeed, MomentumTransfer, MyDamageType, SpawnSound, Speed, TossZ, ZeroCollider

Functions Summary
function Destroyed ()))
function Explode (vector HitLocation, ector HitNormal))
function HitWall (vector HitNormal, actor Wall))
function Landed (vector HitNormal ))
function PostBeginPlay ()))
function PostNetBeginPlay ()))
function ProcessTouch (Actor Other, vector HitLocation))
function Timer ()))
Inherited Functions from KFMod.ShotgunBullet
Destroyed, HitWall, PostBeginPlay, PostNetBeginPlay, PreBeginPlay, ProcessTouch
Inherited Functions from Engine.Projectile
BlowUp, CanSplash, CheckMaxEffectDistance, ClientSideTouch, DelayedHurtRadius, EncroachingOn, Explode, GetPitchForRange, GetRange, GetYAdjustForRange, HitWall, HurtRadius, IsStationary, PostBeginPlay, PostRender2D, ProcessTouch, RandSpin, Reset, SpecialCalcView, Touch


Variables Detail

ExtraTrail Source code

var Emitter ExtraTrail;


Functions Detail

Destroyed Source code

simulated function Destroyed ( ) )

Explode Source code

simulated function Explode ( vector HitLocation,vector HitNormal) )

HitWall Source code

simulated singular function HitWall ( vector HitNormal, actor Wall) )

Landed Source code

simulated function Landed ( vector HitNormal ) )

PostBeginPlay Source code

simulated function PostBeginPlay ( ) )

PostNetBeginPlay Source code

simulated function PostNetBeginPlay ( ) )

ProcessTouch Source code

function ProcessTouch ( Actor Other, vector HitLocation) )

Timer Source code

simulated function Timer ( ) )


Defaultproperties

defaultproperties
{
     MaxPenetrations=1
     PenDamageReduction=0.000000
     HeadShotDamageMult=1.000000
     Speed=1000.000000
     MaxSpeed=1000.000000
     TossZ=200.000000
     Damage=30.000000
     DamageRadius=120.000000
     MomentumTransfer=0.000000
     MyDamageType=Class'KFMod.DamTypeBlowerThrower'
     ImpactSound=SoundGroup'KF_EnemiesFinalSnd.Bloat.Bloat_AcidSplash'
     ExplosionDecal=Class'KFMod.VomitDecal'
     DrawType=DT_None
     StaticMesh=None
     Physics=PHYS_Falling
     LifeSpan=5.000000
     DrawScale=5.000000
     Style=STY_None
     bBlockHitPointTraces=False
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:41.646 - Created with UnCodeX