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

KFMod.KFShrapnel

Extends
FlakChunk

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Projectile
      |   
      +-- Old2K4.FlakChunk
         |   
         +-- KFMod.KFShrapnel

Direct Known Subclasses:

PipeBombShrapnel

Variables Summary
floatGlowTime
floatMinSpeed
floatSpawnTime
KFShrapnel
floatVelocityDecayAmount
Inherited Variables from Old2K4.FlakChunk
Bounces, DamageAtten, ImpactSounds[6], 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 PostBeginPlay ()))
function Tick (float DeltaTime ))
Inherited Functions from Old2K4.FlakChunk
Destroyed, HitWall, Landed, PhysicsVolumeChange, PostBeginPlay, 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

GlowTime Source code

var float GlowTime;

MinSpeed Source code

var float MinSpeed;

SpawnTime Source code

var float SpawnTime;

KFShrapnel

VelocityDecayAmount Source code

var(KFShrapnel) float VelocityDecayAmount;


Functions Detail

PostBeginPlay Source code

simulated function PostBeginPlay ( ) )

Tick Source code

function Tick ( float DeltaTime ) )


Defaultproperties

defaultproperties
{
     VelocityDecayAmount=3500.000000
     MinSpeed=300.000000
     GlowTime=0.800000
     Speed=3500.000000
     MaxSpeed=4000.000000
     Damage=25.000000
     MyDamageType=Class'KFMod.DamTypeFrag'
     DrawScale=5.000000
     AmbientGlow=40
}

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