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

UnrealI.CreatureCarcass

Extends
Carcass

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Decoration
      |   
      +-- Engine.Carcass
         |   
         +-- UnrealI.CreatureCarcass

Direct Known Subclasses:

BruteCarcass, CowCarcass, DevilfishCarcass, FlyCarcass, GassiusCarcass, HumanCarcass, KrallCarcass, MantaCarcass, MercCarcass, NaliCarcass, PupaeCarcass, QueenCarcass, SkaarjCarcass, SlithCarcass, SquidCarcass, TentacleCarcass, TitanCarcass, TrooperCarcass, WarlordCarcass

Variables Summary
boolbCorroding
boolbPermanent
boolbThumped
ZoneInfoDeathZone
floatReducedHeightFactor
CreatureCarcass
boolbGreenBlood
meshbodyparts[8]
soundGibOne
soundGibTwo
soundLandedSound
floatTrails[8]
floatZOffset[8]
Inherited Variables from Engine.Carcass
bDecorative, bPlayerCarcass, bReducedHeight, bSlidingCarcass, Bugs, CumulativeDamage, flies, rats
Inherited Variables from Engine.Decoration
bBobbing, bOnlyTriggerable, bPushable, bPushSoundPlaying, bSplash, bWasCarried, content2, content3, contents, EffectWhenDestroyed, EndPushSound, numLandings, PushSound

Functions Summary
function AddFliesAndRats ()
Dead
function AnimEnd ()
function BeginState ()
Corroding
function BeginState ()
Dead
function CheckZoneCarcasses ()
Dead
function ChunkUp (int Damage)
function ClientExtraChunks ()
function CreateReplacement ()
function Destroyed ()
function GibSound ()
Gibbing
function HitWall (vector HitNormal, actor Wall)
function Initfor (actor Other)
function Landed (vector HitNormal)
function LandThump ()
function LieStill ()
function PostBeginPlay ()
function ReduceCylinder ()
function TakeDamage (int Damage, Pawn InstigatedBy, Vector Hitlocation, Vector Momentum, name DamageType)
function ThrowOthers ()
function Tick (float DeltaTime)
Corroding
Inherited Functions from Engine.Carcass
AddFliesAndRats, BeginState, CheckZoneCarcasses, ChunkUp, ClientExtraChunks, CreateReplacement, Destroyed, Initfor, TakeDamage, Timer
Inherited Functions from Engine.Decoration
BaseChange, Bump, Destroyed, Frag, Landed, skinnedFrag, Timer, Trigger, ZoneChange

States Summary
Corroding Source code
state Corroding
BeginState, Tick
Dead Source code
state Dead
AddFliesAndRats, BeginState, CheckZoneCarcasses
Dying Source code
auto state Dying
Gibbing Source code
state Gibbing
GibSound


Variables Detail

bCorroding Source code

var bool bCorroding;

bPermanent Source code

var bool bPermanent;

bThumped Source code

var bool bThumped;

DeathZone Source code

var ZoneInfo DeathZone;

ReducedHeightFactor Source code

var float ReducedHeightFactor;

CreatureCarcass

bGreenBlood Source code

var(CreatureCarcass) bool bGreenBlood;

bodyparts[8] Source code

var(CreatureCarcass) mesh bodyparts[8];

GibOne Source code

var(CreatureCarcass) sound GibOne;

GibTwo Source code

var(CreatureCarcass) sound GibTwo;

LandedSound Source code

var(CreatureCarcass) sound LandedSound;

Trails[8] Source code

var(CreatureCarcass) float Trails[8];

ZOffset[8] Source code

var(CreatureCarcass) float ZOffset[8];


Functions Detail

AddFliesAndRats Dead Source code

function AddFliesAndRats ( )

AnimEnd Source code

function AnimEnd ( )

BeginState Corroding Source code

function BeginState ( )

BeginState Dead Source code

function BeginState ( )

CheckZoneCarcasses Dead Source code

function CheckZoneCarcasses ( )

ChunkUp Source code

function ChunkUp ( int Damage )

ClientExtraChunks Source code

function ClientExtraChunks ( )

CreateReplacement Source code

function CreateReplacement ( )

Destroyed Source code

function Destroyed ( )

GibSound Gibbing Source code

function GibSound ( )

HitWall Source code

function HitWall ( vector HitNormal, actor Wall )

Initfor Source code

function Initfor ( actor Other )

Landed Source code

function Landed ( vector HitNormal )

LandThump Source code

function LandThump ( )

LieStill Source code

function LieStill ( )

PostBeginPlay Source code

function PostBeginPlay ( )

ReduceCylinder Source code

function ReduceCylinder ( )

TakeDamage Source code

function TakeDamage ( int Damage, Pawn InstigatedBy, Vector Hitlocation, Vector Momentum, name DamageType )

ThrowOthers Source code

function ThrowOthers ( )

Tick Corroding Source code

function Tick ( float DeltaTime )



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 12:53:39.234 - Created with UnCodeX