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

UT2004RPG.RPGInteraction

Extends
Interaction
Modifiers
config ( UT2004RPG )

Core.Object
|   
+-- Engine.Interactions
   |   
   +-- Engine.Interaction
      |   
      +-- UT2004RPG.RPGInteraction

Variables Summary
stringArtifactText
boolbDefaultArtifactBindings
boolbDefaultBindings
colorBlueTeamTint
colorEXPBarColor
floatLastLevelMessageTime
intLevelMessagePointThreshold
stringLevelText
colorRedTeamTint
MutUT2004RPGRPGMut
RPGStatsInvStatsInv
stringStatsMenuText
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 FindStatsInv ()
event Initialized ()
functionbool KeyEvent (EInputKey Key, EInputAction Action, float Delta)
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

ArtifactText Source code

var localized string ArtifactText;

bDefaultArtifactBindings Source code

var bool bDefaultArtifactBindings;

bDefaultBindings Source code

var bool bDefaultBindings;

BlueTeamTint Source code

var color BlueTeamTint;

EXPBarColor Source code

var color EXPBarColor;

LastLevelMessageTime Source code

var float LastLevelMessageTime;

LevelMessagePointThreshold Source code

var config int LevelMessagePointThreshold;

LevelText Source code

var localized string LevelText;

RedTeamTint Source code

var color RedTeamTint;

RPGMut Source code

var MutUT2004RPG RPGMut;

StatsInv Source code

var RPGStatsInv StatsInv;

StatsMenuText Source code

var localized string StatsMenuText;

TextFont Source code

var Font TextFont;

WhiteColor Source code

var color WhiteColor;


Functions Detail

FindStatsInv Source code

function FindStatsInv ( )

Initialized Source code

event Initialized ( )

KeyEvent Source code

function bool KeyEvent ( EInputKey Key, EInputAction Action, float Delta )

NotifyLevelChange Source code

event NotifyLevelChange ( )

PostRender Source code

function PostRender ( Canvas Canvas )


Defaultproperties

defaultproperties
{
     bDefaultBindings=True
     bDefaultArtifactBindings=True
     EXPBarColor=(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)
     LevelText="Level:"
     StatsMenuText="Press L for stats/levelup menu"
     ArtifactText="U to use, brackets to switch"
     bVisible=True
}

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