Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Interactions | +-- Engine.Interaction | +-- TribesTVStudio.TribesTVStudioHudAugmentation
Variables Summary | |
---|---|
bool | shownWelcome |
bool | showWatermark |
TribesTVStudioTestController | tvc |
int | WelcomeLen |
float | WelcomeMargin |
string | WelcomeMsg[5] |
float | WelcomePos |
float | WelcomeWidth |
float | YPos |
Inherited Variables from Engine.Interaction |
---|
bActive, bNativeEvents, bRequiresTick, bVisible, Master, ViewportOwner |
Enumerations Summary |
---|
Inherited Enumerations from Engine.Interactions |
---|
EInputAction, EInputKey |
Functions Summary | ||
---|---|---|
DrawTextBox (Canvas canvas, string text, bool sizing, float X, out float Y, float XW)) | ||
DrawWelcome (Canvas canvas)) | ||
DrawWelcomeText (Canvas canvas)) | ||
bool | KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta )) | |
PostRender (canvas Canvas )) | ||
setControllerOwner (TribesTVStudioTestController t)) |
Inherited Functions from Engine.Interaction |
---|
ConsoleCommand, Initialize, Initialized, KeyEvent, KeyType, Message, PostBeginPlay, PostRender, PreRender, ScreenToWorld, SetFocus, Tick, WorldToScreen |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { bActive=True bVisible=True showWatermark=false; YPos=0.85 WelcomeWidth=0.4 WelcomeMargin=0.02 WelcomePos=0.2 WelcomeLen=5 WelcomeMsg[0]="Welcome to TribesTribesTVStudiotudio!" WelcomeMsg[1]="" WelcomeMsg[2]="This server is running a mod that enhances the spectator interface. You access this functionality through the TribesTribesTVStudiotudio menu which can be activated by pressing F8." WelcomeMsg[3]="" WelcomeMsg[4]="Press any key to close this window.." } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |