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

DruidsRPGcvs.EngineerInteraction

Extends
Interaction
Modifiers
config ( UT2004RPG )

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

Variables Summary
stringAdrenalineText
colorBlueTeamTint
intdummyi
EngineerPointsInvEInv
colorEPBarColor
stringEPText
stringPointsText
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 FindEPInv ()
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;

dummyi Source code

var int dummyi;

EInv Source code

var EngineerPointsInv EInv;

EPBarColor Source code

var color EPBarColor;

EPText Source code

var localized string EPText;

PointsText Source code

var localized string PointsText;

RedTeamTint Source code

var color RedTeamTint;

TextFont Source code

var Font TextFont;

WhiteColor Source code

var color WhiteColor;


Functions Detail

FindEPInv Source code

function FindEPInv ( )

Initialized Source code

event Initialized ( )

NotifyLevelChange Source code

event NotifyLevelChange ( )

PostRender Source code

function PostRender ( Canvas Canvas )


Defaultproperties

defaultproperties
{
     EPBarColor=(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)
     EPText="Engineer Points:"
     AdrenalineText="Adrenaline:"
     PointsText="Points:"
     bVisible=True
}

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