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

UnrealShare.CreatureCarcass

Extends
Carcass

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Decoration
      |   
      +-- Engine.Carcass
         |   
         +-- UnrealShare.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
floatExistTime
floatReducedHeightFactor
CreatureCarcass
boolbGreenBlood
meshbodyparts[8]
soundGibOne
soundGibTwo
soundLandedSound
floatTrails[8]
floatZOffset[8]
Inherited Variables from Engine.Carcass
bDecorative, bPlayerCarcass, bReducedHeight, bSlidingCarcass, Bugs, CumulativeDamage, flies, PlayerOwner, 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 ()
event BaseChange ()
Dead
function BeginState ()
Corroding
function BeginState ()
Dead
function CheckZoneCarcasses ()
Dead
function ChunkUp (int Damage)
function CreateReplacement ()
function Destroyed ()
function GibSound ()
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
function Timer ()
Dead
Inherited Functions from Engine.Carcass
AddFliesAndRats, AllowChunk, BeginState, CheckZoneCarcasses, ChunkUp, CreateReplacement, Destroyed, Initfor, TakeDamage, Timer
Inherited Functions from Engine.Decoration
BaseChange, Bump, Destroyed, FollowHolder, Frag, Landed, skinnedFrag, Timer, Trigger, ZoneChange

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


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;

ExistTime Source code

var float ExistTime;

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 ( )

BaseChange Dead Source code

singular event BaseChange ( )

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 )

CreateReplacement Source code

function CreateReplacement ( )

Destroyed Source code

function Destroyed ( )

GibSound Source code

function GibSound ( )

HitWall Source code

simulated 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 )

Timer Dead Source code

function Timer ( )


Defaultproperties

defaultproperties
{
     bodyparts(0)=LodMesh'UnrealShare.CowBody1'
     bodyparts(1)=LodMesh'UnrealShare.CowBody1'
     bodyparts(2)=LodMesh'UnrealShare.CowBody2'
     bodyparts(3)=LodMesh'UnrealShare.CowBody2'
     bodyparts(4)=LodMesh'UnrealShare.LiverM'
     bodyparts(5)=LodMesh'UnrealShare.LiverM'
     Trails(0)=0.500000
     Trails(1)=0.500000
     Trails(2)=0.500000
     Trails(3)=0.500000
     Trails(4)=0.500000
     Trails(5)=0.500000
     Trails(6)=0.500000
     Trails(7)=0.500000
     ZOffset(0)=0.500000
     ZOffset(1)=-0.500000
     GibOne=Sound'UnrealShare.Gibs.Gib1'
     GibTwo=Sound'UnrealShare.Gibs.Gib2'
     LandedSound=Sound'UnrealShare.Gibs.Thump'
     ReducedHeightFactor=0.300000
     flies=4
     bSlidingCarcass=True
     RemoteRole=ROLE_SimulatedProxy
     TransientSoundVolume=3.000000
     bBlockActors=True
     bBlockPlayers=True
     NetPriority=6.000000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:07:17.828 - Created with UnCodeX