Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Interactions | +-- Engine.Interaction | +-- UT2004RPG.RPGInteraction
Variables Summary | |
---|---|
string | ArtifactText |
bool | bDefaultArtifactBindings |
bool | bDefaultBindings |
color | BlueTeamTint |
color | EXPBarColor |
float | LastLevelMessageTime |
int | LevelMessagePointThreshold |
string | LevelText |
color | RedTeamTint |
MutUT2004RPG | RPGMut |
RPGStatsInv | StatsInv |
string | StatsMenuText |
Font | TextFont |
color | WhiteColor |
Inherited Variables from Engine.Interaction |
---|
bActive, bNativeEvents, bRequiresTick, bVisible, Master, ViewportOwner |
Enumerations Summary |
---|
Inherited Enumerations from Engine.Interactions |
---|
EInputAction, EInputKey, EStreamFinishReason |
Functions Summary | ||
---|---|---|
FindStatsInv () | ||
Initialized () | ||
bool | KeyEvent (EInputKey Key, EInputAction Action, float Delta) | |
NotifyLevelChange () | ||
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 |
---|
Functions Detail |
---|
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 | UnrealScript Documentation |
previous class next class | frames no frames |