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

XWeapons.TransFire

Extends
ProjectileFire

Core.Object
|   
+-- Engine.WeaponFire
   |   
   +-- XWeapons.ProjectileFire
      |   
      +-- XWeapons.TransFire

Direct Known Subclasses:

ClassicTransFire

Variables Summary
TransFire
StringRecallFireForce
SoundRecallFireSound
StringTransFireForce
SoundTransFireSound
Inherited Variables from XWeapons.ProjectileFire
ProjPerFire, ProjSpawnOffset
Inherited Variables from Engine.WeaponFire
AimError, AmmoClass, AmmoClipSize, AmmoPerFire, bAttachFlashEmitter, bAttachSmokeEmitter, bFireOnRelease, bInstantHit, bInstantStop, bIsFiring, bLeadTarget, 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

Enumerations Summary
Inherited Enumerations from Engine.WeaponFire
ESpreadStyle

Functions Summary
functionRotator AdjustAim (Vector Start, float InAimError))
functionbool AllowFire ()))
function PlayFiring ()))
functionprojectile SpawnProjectile (Vector Start, Rotator Dir))
Inherited Functions from XWeapons.ProjectileFire
DoFireEffect, GetFireStart, SpawnProjectile
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


Variables Detail

TransFire

RecallFireForce Source code

var(TransFire) String RecallFireForce;

RecallFireSound Source code

var(TransFire) Sound RecallFireSound;

TransFireForce Source code

var(TransFire) String TransFireForce;

TransFireSound Source code

var(TransFire) Sound TransFireSound;


Functions Detail

AdjustAim Source code

function Rotator AdjustAim ( Vector Start, float InAimError) )

AllowFire Source code

simulated function bool AllowFire ( ) )

PlayFiring Source code

simulated function PlayFiring ( ) )

SpawnProjectile Source code

function projectile SpawnProjectile ( Vector Start, Rotator Dir) )


Defaultproperties

defaultproperties
{
    AmmoClass=None
    AmmoPerFire=1
    FireAnimRate=1.5


    ProjectileClass=class'XWeapons.TransBeacon'


    ProjSpawnOffset=(X=25,Y=8,Z=-10)
    FireRate=0.25
    bWaitForRelease=true
    bModeExclusive=false
    FireSound=None
    TransFireSound=Sound'WeaponSounds.Translocator.TranslocatorFire'
    RecallFireSound=Sound'WeaponSounds.Translocator.TranslocatorModuleRegeneration'
    TransFireForce="TranslocatorFire"  
    RecallFireForce="TranslocatorModuleRegeneration"  

    BotRefireRate=0.3
    bLeadTarget=false
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:25.276 - Created with UnCodeX