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

TribesTVStudio.TribesTVStudioHudAugmentation

Extends
Interaction

Core.Object
|   
+-- Engine.Interactions
   |   
   +-- Engine.Interaction
      |   
      +-- TribesTVStudio.TribesTVStudioHudAugmentation

Variables Summary
boolshownWelcome
boolshowWatermark
TribesTVStudioTestControllertvc
intWelcomeLen
floatWelcomeMargin
stringWelcomeMsg[5]
floatWelcomePos
floatWelcomeWidth
floatYPos
Inherited Variables from Engine.Interaction
bActive, bNativeEvents, bRequiresTick, bVisible, Master, ViewportOwner

Enumerations Summary
Inherited Enumerations from Engine.Interactions
EInputAction, EInputKey

Functions Summary
function DrawTextBox (Canvas canvas, string text, bool sizing, float X, out float Y, float XW))
function DrawWelcome (Canvas canvas))
function DrawWelcomeText (Canvas canvas))
functionbool KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta ))
function PostRender (canvas Canvas ))
function setControllerOwner (TribesTVStudioTestController t))
Inherited Functions from Engine.Interaction
ConsoleCommand, Initialize, Initialized, KeyEvent, KeyType, Message, PostBeginPlay, PostRender, PreRender, ScreenToWorld, SetFocus, Tick, WorldToScreen


Variables Detail

shownWelcome Source code

var bool shownWelcome;

showWatermark Source code

var bool showWatermark;

tvc Source code

var TribesTVStudioTestController tvc;

WelcomeLen Source code

var int WelcomeLen;

WelcomeMargin Source code

var float WelcomeMargin;

WelcomeMsg[5] Source code

var string WelcomeMsg[5];

WelcomePos Source code

var float WelcomePos;

WelcomeWidth Source code

var float WelcomeWidth;

YPos Source code

var float YPos;


Functions Detail

DrawTextBox Source code

function DrawTextBox ( Canvas canvas, string text, bool sizing, float X, out float Y, float XW) )

DrawWelcome Source code

function DrawWelcome ( Canvas canvas) )

DrawWelcomeText Source code

function DrawWelcomeText ( Canvas canvas) )

KeyEvent Source code

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

PostRender Source code

function PostRender ( canvas Canvas ) )

setControllerOwner Source code

function setControllerOwner ( TribesTVStudioTestController t) )


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
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:37.053 - Created with UnCodeX