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

DeusEx.DeusExFragment

Extends
Fragment

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Projectile
      |   
      +-- Engine.Fragment
         |   
         +-- DeusEx.DeusExFragment

Direct Known Subclasses:

BloodDrop, FireComet, FleshFragment, GlassFragment, MetalFragment, PaperFragment, PlasticFragment, Rockchip, ShellCasing, ShellCasing2, SuperBall, WoodFragment

Variables Summary
boolbSmoking
VectorlastHitLoc
ParticleGeneratorsmokeGen
floatsmokeTime
Inherited Variables from Engine.Fragment
bFirstHit, Elasticity, Fragments[11], numFragmentTypes
Inherited Variables from Engine.Projectile
Damage, ExplosionDecal, ExploWallOut, ImpactSound, MaxSpeed, MiscSound, MomentumTransfer, MyDamageType, SpawnSound, Speed

Functions Summary
function AddSmoke ()))
function BeginState ()))
Dying
function Destroyed ()))
function HitWall (vector HitNormal, actor HitWall))
function HitWall (vector HitNormal, actor HitWall))
Dying
function PostBeginPlay ()))
function Tick (float deltaTime))
Inherited Functions from Engine.Fragment
BeginState, CalcVelocity, HitWall, PostBeginPlay, TakeDamage, timer, Touch, ZoneChange
Inherited Functions from Engine.Projectile
EncroachingOn, Explode, HitWall, ProcessTouch, RandSpin, Touch

States Summary
Dying Source code
state Dying
BeginState, HitWall


Variables Detail

bSmoking Source code

var bool bSmoking;

lastHitLoc Source code

var Vector lastHitLoc;

smokeGen Source code

var ParticleGenerator smokeGen;

smokeTime Source code

var float smokeTime;


Functions Detail

AddSmoke Source code

simulated function AddSmoke ( ) )

BeginState Dying Source code

function BeginState ( ) )

Destroyed Source code

function Destroyed ( ) )

HitWall Source code

simulated function HitWall ( vector HitNormal, actor HitWall) )

HitWall Dying Source code

simulated function HitWall ( vector HitNormal, actor HitWall) )

PostBeginPlay Source code

function PostBeginPlay ( ) )

Tick Source code

simulated function Tick ( float deltaTime) )


Defaultproperties

defaultproperties
{
     LifeSpan=10.000000
}

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