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

XWeapons.RocketMultiFire

Extends
ProjectileFire

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

Variables Summary
byteFlockIndex
intMaxLoad
RocketMultiFire
floatLooseSpread
floatTightSpread
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
function DoFireEffect ()
function InitEffects ()
event ModeDoFire ()
event ModeHoldFire ()
function ModeTick (float dt)
function PlayFireEnd ()
function PlayFiring ()
function PlayStartHold ()
function ServerPlayLoading ()
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

FlockIndex Source code

var byte FlockIndex;

MaxLoad Source code

var int MaxLoad;

RocketMultiFire

LooseSpread Source code

var(RocketMultiFire) float LooseSpread;

TightSpread Source code

var(RocketMultiFire) float TightSpread;


Functions Detail

DoFireEffect Source code

function DoFireEffect ( )

InitEffects Source code

function InitEffects ( )

ModeDoFire Source code

event ModeDoFire ( )

ModeHoldFire Source code

event ModeHoldFire ( )

ModeTick Source code

function ModeTick ( float dt )

PlayFireEnd Source code

function PlayFireEnd ( )

PlayFiring Source code

function PlayFiring ( )

PlayStartHold Source code

function PlayStartHold ( )

ServerPlayLoading Source code

simulated function ServerPlayLoading ( )

SpawnProjectile Source code

function Projectile SpawnProjectile ( Vector Start, Rotator Dir )


Defaultproperties

defaultproperties
{
     TightSpread=300.000000
     LooseSpread=1000.000000
     MaxLoad=3
     ProjSpawnOffset=(X=25.000000,Y=6.000000,Z=-6.000000)
     bSplashDamage=True
     bSplashJump=True
     bRecommendSplashDamage=True
     bFireOnRelease=True
     MaxHoldTime=2.300000
     FireAnim="AltFire"
     TweenTime=0.000000
     FireSound=SoundGroup'WeaponSounds.RocketLauncher.RocketLauncherFire'
     FireForce="RocketLauncherFire"
     FireRate=0.950000
     AmmoClass=Class'XWeapons.RocketAmmo'
     AmmoPerFire=1
     ShakeRotTime=2.000000
     ShakeOffsetMag=(X=-20.000000)
     ShakeOffsetRate=(X=-1000.000000)
     ShakeOffsetTime=2.000000
     ProjectileClass=Class'XWeapons.RocketProj'
     BotRefireRate=0.600000
     WarnTargetPct=0.900000
     FlashEmitterClass=Class'XEffects.RocketMuzFlash1st'
     SpreadStyle=SS_Line
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:14.046 - Created with UnCodeX