KFMod.ChainsawFire
- Extends
- KFMeleeFire
Core.Object
|
+-- Engine.WeaponFire
|
+-- KFMod.KFMeleeFire
|
+-- KFMod.ChainsawFire
Inherited Variables from KFMod.KFMeleeFire |
bCanHit, bComboTime, bTrigger, ComboConDecay, DamagedelayMax, DamagedelayMin, dmg, EndTraceS, f, FireSoundRef, hitDamageClass, HitEffectClass, i, IdleAnim, IdleAnimRate, ImpactShakeOffsetMag, ImpactShakeOffsetRate, ImpactShakeOffsetTime, ImpactShakeRotMag, ImpactShakeRotRate, ImpactShakeRotTime, LastComboStartTime, LastConHitTime, MeleeDamage, MeleeHitSoundRefs, MeleeHitSounds, MeleeHitVolume, NoAmmoSoundRef, NumConHits, ProxySize, ReloadSoundRef, SpawnActor, SpawnTrace, StartFireTime, StopFireTime, weaponRange, WideDamageMinHitAngle |
Inherited Variables from Engine.WeaponFire |
AimError, AmmoClass, AmmoClipSize, AmmoPerFire, bAttachFlashEmitter, bAttachSmokeEmitter, bFireOnRelease, bInstantHit, bInstantStop, bIsFiring, bLeadTarget, bMeleeMode, bModeExclusive, bNowWaiting, BotRefireRate, bPawnRapidFireAnim, bRecommendSplashDamage, bReflective, bServerDelayStartFire, bServerDelayStopFire, bSplashDamage, bSplashJump, bTimerLoop, bTossed, bWaitForRelease, DamageAtten, FireAnim, FireAnimRate, FireCount, FireEndAnim, FireEndAnimRate, FireForce, FireLoopAnim, FireLoopAnimRate, FireRate, FireSound, FlashEmitter, FlashEmitterClass, HoldTime, Instigator, Level, Load, MaxHoldTime, NextFireTime, NextTimerPop, NoAmmoForce, NoAmmoSound, Owner, PreFireAnim, PreFireAnimRate, PreFireTime, ProjectileClass, ReloadAnim, ReloadAnimRate, ReloadForce, ReloadSound, SavedFireProperties, ServerStartFireTime, ShakeOffsetMag, ShakeOffsetRate, ShakeOffsetTime, ShakeRotMag, ShakeRotRate, ShakeRotTime, SmokeEmitter, SmokeEmitterClass, Spread, SpreadStyle, ThisModeNum, TimerInterval, TransientSoundRadius, TransientSoundVolume, TweenTime, WarnTargetPct, Weapon |
Inherited Functions from KFMod.KFMeleeFire |
DoFireEffect, GetFireSpeed, ImpactShakeView, ModeDoFire, PostBeginPlay, PreloadAssets, ResetRate, ShakeView, SlowDown, SpeedUp, Timer, UnloadAssets |
Inherited Functions from Engine.WeaponFire |
AdjustAim, AllowFire, BeginPlay, ClientPlayForceFeedback, DestroyEffects, DisplayDebug, DoFireEffect, DrawMuzzleFlash, FlashMuzzleFlash, GetFireStart, InitEffects, IsFiring, MaxRange, ModeDoFire, ModeHoldFire, ModeTick, PlayFireEnd, PlayFiring, PlayPreFire, PlayStartHold, PostBeginPlay, PostNetBeginPlay, PreBeginPlay, ServerPlayFiring, SetInitialState, SetTimer, ShakeView, Spawn, StartBerserk, StartFiring, StartMuzzleSmoke, StartSuperBerserk, StopBerserk, StopFiring, StopForceFeedback, Timer, Trace, Update |
var
sound AmbientFireSound;
AmbientFireSoundRadius Source code
var float AmbientFireSoundRadius;
var string AmbientFireSoundRef;
var byte AmbientFireVolume;
var
sound AmbientIdleSound;
var string AmbientIdleSoundRef;
var string FireEndSoundRef;
var
sound FireStartSound;
var string FireStartSoundRef;
var int maxAdditionalDamage;
function BeginState ( ) )
function DoFireEffect ( ) )
function EndState ( ) )
function float MaxRange ( ) )
event ModeDoFire ( ) )
function ModeTick ( float dt) )
function PlayAmbientSound (
Sound aSound) )
PlayDefaultAmbientSound Source code
function PlayDefaultAmbientSound ( ) )
function PlayFiring ( ) )
static function PreloadAssets ( optional
KFMeleeFire Spawned) )
ServerPlayFiring FireLoop Source code
function ServerPlayFiring ( ) )
function StartFiring ( ) )
function StopFiring ( ) )
function Timer ( ) )
function Timer ( ) )
static function bool UnloadAssets ( ) )
defaultproperties
{
AmbientFireSoundRadius=500.000000
AmbientFireVolume=255
FireStartSoundRef="KF_ChainsawSnd.Chainsaw_RevLong_Start"
FireEndSoundRef="KF_ChainsawSnd.Chainsaw_RevLong_End"
AmbientFireSoundRef="KF_ChainsawSnd.Chainsaw_RevLong_Loop"
maxAdditionalDamage=5
MeleeDamage=14
hitDamageClass=Class'KFMod.DamTypeChainsaw'
HitEffectClass=Class'KFMod.ChainsawHitEffect'
NoAmmoSoundRef="KF_FlamethrowerSnd.FT_DryFire"
MeleeHitSoundRefs(0)="KF_AxeSnd.Axe_HitFlesh"
TransientSoundVolume=2.000000
FireAnim="'"
FireLoopAnim="Fire"
FireEndAnim="Idle"
FireRate=0.100000
}
|
Creation time: Fri 13-10-2023 03:18:42.251 - Created with
UnCodeX