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

DruidsRPGcvs.MonsterMasterInteraction

Extends
Interaction
Modifiers
config ( UT2004RPG )

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

Variables Summary
stringAdrenalineText
colorBlueTeamTint
MonsterPointsInvMInv
stringMonsterPointsText
colorMPBarColor
stringMPText
colorRedTeamTint
FontTextFont
colorWhiteColor
Inherited Variables from Engine.Interaction
bActive, bNativeEvents, bRequiresTick, bVisible, Master, ViewportOwner

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

Functions Summary
function FindMPInv ()
event Initialized ()
event NotifyLevelChange ()
function PostRender (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

AdrenalineText Source code

var localized string AdrenalineText;

BlueTeamTint Source code

var color BlueTeamTint;

MInv Source code

var MonsterPointsInv MInv;

MonsterPointsText Source code

var localized string MonsterPointsText;

MPBarColor Source code

var color MPBarColor;

MPText Source code

var localized string MPText;

RedTeamTint Source code

var color RedTeamTint;

TextFont Source code

var Font TextFont;

WhiteColor Source code

var color WhiteColor;


Functions Detail

FindMPInv Source code

function FindMPInv ( )

Initialized Source code

event Initialized ( )

NotifyLevelChange Source code

event NotifyLevelChange ( )

PostRender Source code

function PostRender ( Canvas Canvas )


Defaultproperties

defaultproperties
{
     MPBarColor=(B=128,G=255,R=128,A=255)
     WhiteColor=(B=255,G=255,R=255,A=255)
     RedTeamTint=(R=100,A=100)
     BlueTeamTint=(B=102,G=66,R=37,A=150)
     MPText="Monster Points:"
     AdrenalineText="Adrenaline:"
     MonsterPointsText="Monster Points:"
     bVisible=True
}

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