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

DruidsRPGcvs.MedicAwarenessInteraction

Extends
Interaction

Core.Object
|   
+-- Engine.Interactions
   |   
   +-- Engine.Interaction
      |   
      +-- DruidsRPGcvs.MedicAwarenessInteraction

Variables Summary
intAbilityLevel
floatBarUSize
floatBarVSize
MedicAwarenessEnemyListEnemyList
MaterialHealthBarMaterial
Inherited Variables from Engine.Interaction
bActive, bNativeEvents, bRequiresTick, bVisible, Master, ViewportOwner

Enumerations Summary
Inherited Enumerations from Engine.Interactions
EInputAction, EInputKey, EStreamFinishReason

Functions Summary
event Initialized ()
event NotifyLevelChange ()
function PreRender (Canvas Canvas)
Inherited Functions from Engine.Interaction
ConsoleCommand, Initialize, Initialized, KeyEvent, KeyType, Message, NotifyLevelChange, NotifyMusicChange, PostRender, PreRender, ScreenToWorld, SetFocus, StreamFinished, Tick, WorldToScreen
Inherited Functions from Engine.Interactions
GetFriendlyName


Variables Detail

AbilityLevel Source code

var int AbilityLevel;

BarUSize Source code

var float BarUSize;

BarVSize Source code

var float BarVSize;

EnemyList Source code

var MedicAwarenessEnemyList EnemyList;

HealthBarMaterial Source code

var Material HealthBarMaterial;


Functions Detail

Initialized Source code

event Initialized ( )

NotifyLevelChange Source code

event NotifyLevelChange ( )

PreRender Source code

function PreRender ( Canvas Canvas )


Defaultproperties

defaultproperties
{
     HealthBarMaterial=Texture'Engine.WhiteSquareTexture'
     bActive=False
     bVisible=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:05.625 - Created with UnCodeX