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

DeusEx.WeaponSpiderBot

Extends
WeaponNPCRanged

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Inventory
      |   
      +-- Engine.Weapon
         |   
         +-- DeusEx.DeusExWeapon
            |   
            +-- DeusEx.WeaponNPCRanged
               |   
               +-- DeusEx.WeaponSpiderBot

Direct Known Subclasses:

WeaponSpiderBot2

Variables Summary
ElectricityEmitteremitter
vectorlastHitLocation
intshockDamage
floatzapTimer
Inherited Variables from DeusEx.DeusExWeapon
AccurateRange, AIFireDelay, AIMaxRange, AIMinRange, AITimeLimit, AmmoNames[3], AreaOfEffect, BaseAccuracy, bAutomatic, bCanHaveLaser, bCanHaveModAccurateRange, bCanHaveModBaseAccuracy, bCanHaveModRecoilStrength, bCanHaveModReloadCount, bCanHaveModReloadTime, bCanHaveScope, bCanHaveSilencer, bCanTrack, bClientReady, bClientReadyToFire, bDestroyOnFinish, bEmitWeaponDrawn, bFallbackWeapon, bFiring, bFlameOn, bHandToHand, bHasLaser, bHasMuzzleFlash, bHasScope, bHasSilencer, bInProcess, bLasing, bLooping, bNativeAttack, bNearWall, bNeedToSetMPPickupAmmo, bOwnerWillNotify, bPenetrating, bReadyToFire, bUseAsDrawnWeapon, bUseWhileCrouched, bWasInFiring, bWasZoomed, bZoomed, ClipCount, Concealability, currentAccuracy, Emitter, EnemyEffective, EnviroEffective, flameShotCount, flash, GoverningSkill, HitDamage, LockedSound, LockMode, LockTarget, LockTime, LockTimer, LowAmmoWaterMark, MaintainLockTimer, MaxRange, MinProjSpreadAcc, MinSpreadAcc, MinWeaponAcc, ModAccurateRange, ModBaseAccuracy, ModRecoilStrength, ModReloadCount, ModReloadTime, mpAccurateRange, mpBaseAccuracy, mpHitDamage, mpMaxRange, mpPickupAmmoCount, mpReloadCount, mpReloadTime, msgAlreadyHas, msgCannotBeReloaded, msgInfoAccRange, msgInfoAccuracy, msgInfoAmmo, msgInfoAmmoLoaded, msgInfoAuto, msgInfoClip, msgInfoDamage, msgInfoLaser, msgInfoMass, msgInfoMaxRange, msgInfoNA, msgInfoNo, msgInfoRecoil, msgInfoReload, msgInfoROF, msgInfoRounds, msgInfoRoundsPerSec, msgInfoScope, msgInfoSilencer, msgInfoSingle, msgInfoSkill, msgInfoWeaponStats, msgInfoYes, msgLockAcquire, msgLockInvalid, msgLockLocked, msgLockRange, msgMassUnit, msgNone, msgNotWorking, msgNowHas, msgOutOf, msgRangeUnit, msgTimeUnit, NoiseLevel, placeLocation, placeMover, placeNormal, ProjectileNames[3], recoilStrength, ReloadTime, ScopeFOV, ShakePitch, ShakeTimer, ShakeYaw, ShotTime, SimAmmoAmount, SimClipCount, SoundTimer, standingTimer, StunDuration, SwingOffset, Target, TargetMessage, TargetRange, TimeLockSet, TrackingSound

Enumerations Summary
Inherited Enumerations from DeusEx.DeusExWeapon
EAreaType, EConcealability, EEnemyEffective, EEnviroEffective, ELockMode

Functions Summary
function Destroyed ()))
function PostBeginPlay ()))
function ProcessTraceHit (Actor Other, Vector HitLocation, Vector HitNormal, Vector X, Vector Y, Vector Z))
function Tick (float deltaTime))
functionname WeaponDamageType ()))
Inherited Functions from DeusEx.DeusExWeapon
AcquireTarget, AmmoAvailable, AmmoLeftInClip, AnimEnd, BaseChange, BeginState, BringUp, BuildPercentString, CalcDrawOffset, CalculateAccuracy, CanLoadAmmoType, CanReload, ClientActive, ClientDownWeapon, ClientFire, ClientReFire, ClientReload, ComputeProjectileStart, CR, CycleAmmo, DestroyOnFinish, EraseMuzzleFlashTexture, Finish, Fire, ForceAltFire, ForceFire, FormatFloatString, GenerateBullet, GetAIVolume, GetReloadTime, GetShotTime, GetSimReloadTime, GetSimShotTime, GetWallMaterial, GetWeaponRanges, GetWeaponSkill, HandlePickupQuery, HandToHandAttack, HasAccuracyMod, HasClipMod, HasMaxAccuracyMod, HasMaxClipMod, HasMaxRangeMod, HasMaxRecoilMod, HasMaxReloadMod, HasRangeMod, HasRecoilMod, HasReloadMod, IdleFunction, LaserOff, LaserOn, LaserToggle, LoadAmmo, LoadAmmoClass, LoadAmmoType, MustReload, MuzzleFlashLight, NearWallCheck, NotifyOwner, NumAmmoTypesAvailable, NumClips, OwnerHandToHandAttack, PlaceGrenade, PlayFiringSound, PlayIdleAnim, PlayLandingSound, PlayLockSound, PlayPostSelect, PlaySelectiveFiring, PlaySimSound, PostBeginPlay, PreBeginPlay, ProcessTraceHit, ProjectileFire, PropagateLockState, PutDown, ReadyClientToFire, ReadyToFire, RefreshScopeDisplay, ReloadAmmo, SawedOffCockSound, ScopeOff, ScopeOn, ScopeToggle, SelectiveSpawnEffects, ServerDoneReloading, ServerForceFire, ServerGenerateBullet, ServerGotoFinishFire, ServerHandleNotify, SetClientAmmoParams, SetLockMode, SimFinish, SimGenerateBullet, SpawnBlood, SpawnEffects, SpawnEffectSounds, StartFlame, StopFlame, SwapMuzzleFlashTexture, TestMPBeltSpot, Tick, Timer, TraceFire, TravelPostAccept, UpdateAmmoInfo, UpdateInfo, WeaponDamageType


Variables Detail

emitter Source code

var ElectricityEmitter emitter;

lastHitLocation Source code

var vector lastHitLocation;

shockDamage Source code

var int shockDamage;

zapTimer Source code

var float zapTimer;


Functions Detail

Destroyed Source code

function Destroyed ( ) )

PostBeginPlay Source code

function PostBeginPlay ( ) )

ProcessTraceHit Source code

function ProcessTraceHit ( Actor Other, Vector HitLocation, Vector HitNormal, Vector X, Vector Y, Vector Z) )

Tick Source code

function Tick ( float deltaTime) )

WeaponDamageType Source code

function name WeaponDamageType ( ) )


Defaultproperties

defaultproperties
{
     shockDamage=15
     ShotTime=1.500000
     HitDamage=25
     maxRange=1280
     AccurateRange=640
     BaseAccuracy=0.000000
     AmmoName=Class'DeusEx.AmmoBattery'
     PickupAmmoCount=20
     bInstantHit=True
     FireSound=Sound'DeusExSounds.Weapons.ProdFire'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:19.785 - Created with UnCodeX