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

DeusEx.DartPoison

Extends
Dart

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Projectile
      |   
      +-- DeusEx.DeusExProjectile
         |   
         +-- DeusEx.Dart
            |   
            +-- DeusEx.DartPoison

Variables Summary
floatmpDamage
Inherited Variables from DeusEx.Dart
mpDamage
Inherited Variables from DeusEx.DeusExProjectile
AccurateRange, bAggressiveExploded, bBlood, bDebris, bEmitDanger, bExplodes, bHadLocalTarget, bHasNetworkTarget, bIgnoresNanoDefense, blastRadius, bStickToWall, bStuck, bTracking, damagee, damageType, gradualHurtCounter, gradualHurtSteps, initDir, initLoc, itemArticle, itemName, LastSeenLoc, MaxDrawScale, MaxRange, MinDrawScale, NetworkTargetLoc, spawnAmmoClass, spawnWeaponClass, Target, time

Functions Summary
function PreBeginPlay ()))
Inherited Functions from DeusEx.Dart
PreBeginPlay
Inherited Functions from DeusEx.DeusExProjectile
AcquireMPTargetLocation, BeginState, DamageRing, DrawExplosionEffects, Explode, Frob, GrabProjectile, HitWall, PlayImpactSound, PostBeginPlay, ProcessTouch, SpawnBlood, SpawnEffects, Tick, Timer


Variables Detail

mpDamage Source code

var float mpDamage;


Functions Detail

PreBeginPlay Source code

simulated function PreBeginPlay ( ) )


Defaultproperties

defaultproperties
{
     mpDamage=10.000000
     DamageType=Poison
     spawnAmmoClass=Class'DeusEx.AmmoDartPoison'
     ItemName="Tranquilizer Dart"
     Damage=5.000000
}

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