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

KFChar.HuskFireProjectile

Extends
LAWProj

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Projectile
      |   
      +-- ROEngine.ROBallisticProjectile
         |   
         +-- KFMod.LAWProj
            |   
            +-- KFChar.HuskFireProjectile

Constants Summary
Inherited Contants from ROEngine.ROBallisticProjectile
ScaleFactor, ScaleFactorInverse

Variables Summary
EmitterFlameTrail
xEmitterTrail
Inherited Variables from KFMod.LAWProj
AmbientSoundRef, ArmDistSquared, bDisintegrated, bDud, bHasExploded, bHitWater, bRing, bWaterStart, Dir, DisintegrateSound, DisintegrateSoundRef, ExplosionSound, ExplosionSoundRef, ImpactDamage, ImpactDamageType, OffsetMag, OffsetRate, OffsetTime, RotMag, RotRate, RotTime, ShakeOffsetMag, ShakeOffsetRate, ShakeOffsetTime, ShakeRotMag, ShakeRotRate, ShakeRotTime, SmokeTrail, StaticMeshRef
Inherited Variables from ROEngine.ROBallisticProjectile
AmbientVolumeScale, BallisticCoefficient, BCInverse, bDebugBallistics, bInitialAcceleration, bTrueBallistics, FlightTime, InitialAccelerationTime, MinFudgeScale, OrigLoc, SpeedFudgeScale, TraceHitLoc

Functions Summary
function Destroyed ()))
function Explode (vector HitLocation, vector HitNormal))
functionfloat GetShakeScale (vector ViewLocation, vector EventLocation))
function HurtRadius (float DamageAmount, float DamageRadius, class<DamageType> DamageType, float Momentum, vector HitLocation ))
function PostBeginPlay ()))
function ProcessTouch (Actor Other, Vector HitLocation))
function Touch (Actor Other))
Inherited Functions from KFMod.LAWProj
Destroyed, Disintegrate, Explode, HitWall, HurtRadius, Landed, PostBeginPlay, PostNetReceive, PreloadAssets, ProcessTouch, ShakeView, TakeDamage, Tick, Timer, UnloadAssets
Inherited Functions from ROEngine.ROBallisticProjectile
HitWall, PostBeginPlay


Variables Detail

FlameTrail Source code

var Emitter FlameTrail;

Trail Source code

var xEmitter Trail;


Functions Detail

Destroyed Source code

simulated function Destroyed ( ) )

Explode Source code

simulated function Explode ( vector HitLocation, vector HitNormal) )

GetShakeScale Source code

simulated function float GetShakeScale ( vector ViewLocation, vector EventLocation) )

HurtRadius Source code

simulated function HurtRadius ( float DamageAmount, float DamageRadius, class<DamageType> DamageType, float Momentum, vector HitLocation ) )

PostBeginPlay Source code

simulated function PostBeginPlay ( ) )

ProcessTouch Source code

simulated function ProcessTouch ( Actor Other, Vector HitLocation) )

Touch Source code

simulated singular function Touch ( Actor Other) )


Defaultproperties

defaultproperties
{
     ExplosionSound=SoundGroup'KF_EnemiesFinalSnd.Husk.Husk_FireImpact'
     ArmDistSquared=0.000000
     Speed=1800.000000
     MaxSpeed=2200.000000
     Damage=25.000000
     DamageRadius=150.000000
     MyDamageType=Class'KFMod.DamTypeBurned'
     ExplosionDecal=Class'KFMod.FlameThrowerBurnMark'
     LightType=LT_Steady
     LightHue=45
     LightSaturation=169
     LightBrightness=90.000000
     LightRadius=16.000000
     LightCone=16
     StaticMesh=StaticMesh'EffectsSM.Weapons.Ger_Tracer'
     bDynamicLight=True
     AmbientSound=Sound'KF_BaseHusk.Fire.husk_fireball_loop'
     DrawScale=2.000000
     AmbientGlow=254
     bUnlit=True
}

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