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

DeusEx.Cart

Extends
DeusExDecoration

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Decoration
      |   
      +-- DeusEx.DeusExDecoration
         |   
         +-- DeusEx.Cart

Variables Summary
boolbJustPushed
floatpushTimer
vectorpushVel
floatrollTimer
Inherited Variables from DeusEx.DeusExDecoration
bCanBeBase, bExplosive, bFlammable, bFloating, bGenerateFlies, bHighlight, bInvincible, explosionDamage, explosionRadius, Flammability, flyGen, fragType, gradualHurtCounter, gradualHurtSteps, HitPoints, itemArticle, itemName, minDamageThreshold, moverTag, NextLabel, NextState, origRot, pushSoundId
Inherited Variables from Engine.Decoration
BaseEyeHeight, bBobbing, bOnlyTriggerable, bPushable, bPushSoundPlaying, bSplash, bWasCarried, content2, content3, contents, EffectWhenDestroyed, EndPushSound, numLandings, PushSound

Functions Summary
function Bump (actor Other))
function StartRolling (vector vel))
function Tick (float deltaTime))
Inherited Functions from DeusEx.DeusExDecoration
BaseChange, BeginPlay, BeginState, Bump, ConBindEvents, Destroyed, DropThings, EndConversation, EnterConversationState, Explode, ExtinguishFire, Frag, Frob, Landed, PostPostBeginPlay, PreBeginPlay, ResetScaleGlow, SupportActor, TakeDamage, Tick, Timer, TravelPostAccept, Trigger, ZoneChange
Inherited Functions from Engine.Decoration
BaseChange, Bump, Destroyed, Drop, FollowHolder, Frag, Landed, skinnedFrag, Timer, Trigger, ZoneChange


Variables Detail

bJustPushed Source code

var bool bJustPushed;

pushTimer Source code

var float pushTimer;

pushVel Source code

var vector pushVel;

rollTimer Source code

var float rollTimer;


Functions Detail

Bump Source code

function Bump ( actor Other) )

StartRolling Source code

function StartRolling ( vector vel) )

Tick Source code

function Tick ( float deltaTime) )


Defaultproperties

defaultproperties
{
     bCanBeBase=True
     ItemName="Utility Push-Cart"
     Mesh=LodMesh'DeusExDeco.Cart'
     SoundRadius=16
     CollisionRadius=28.000000
     CollisionHeight=26.780001
     Mass=40.000000
     Buoyancy=45.000000
}

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