- Extends
- Interaction
Core.Object
|
+-- Engine.Interactions
|
+-- Engine.Interaction
|
+-- UTV2004c.utvInteraction
Functions Summary |
| | DrawStats (Canvas canvas))
|
| | DrawTextBox (Canvas canvas, string text, bool sizing, float X, out float Y, float XW))
|
| | DrawWarnMsg (Canvas canvas, string m))
|
| | DrawWelcome (Canvas canvas))
|
| | DrawWelcome (canvas canvas)) Primary |
| | DrawWelcome (canvas canvas)) Secondary |
| | DrawWelcomeText (Canvas canvas, int index))
|
| bool | globalKeyEvent (out EInputKey Key, out EInputAction Action, FLOAT Delta ))
|
| | GotBigStatus (string s))
|
| | GotStatus (string s))
|
| bool | KeyEvent (out EInputKey Key, out EInputAction Action, FLOAT Delta )) Primary |
| bool | KeyEvent (out EInputKey Key, out EInputAction Action, FLOAT Delta )) Secondary |
| | NotifyLevelChange ()))
|
| | PostRender (canvas Canvas ))
|
| | SetState (bool primary))
|
| | SetWarning (string msg))
|
| | ShowChat (string msg))
|
| | ShowMenu ()))
|
| | ShowMenu ())) Primary |
| | ShowMenu ())) Secondary |
Inherited Functions from Engine.Interaction |
ConsoleCommand, Initialize, Initialized, KeyEvent, KeyType, Message, NotifyLevelChange, NotifyMusicChange, PostRender, PreRender, ScreenToWorld, SetFocus, StreamFinished, Tick, WorldToScreen |
var int Clients;
var int Delay;
var string JoinPassword;
var int ListenPort;
var int MaxClients;
var string NormalPassword;
var string PrimaryPassword;
var int RestartIn;
var string ServerAddress;
var int ServerPort;
var bool shownWelcome;
var string VipPassword;
var string WarnMsg;
var int WelcomeEnd[2];
var float WelcomeMargin;
var string WelcomeMsg[12];
var float WelcomePos;
var int WelcomeStart[2];
var float WelcomeWidth;
function DrawTextBox (
Canvas canvas,
string text,
bool sizing,
float X, out
float Y,
float XW) )
simulated function GotBigStatus ( string s) )
simulated function GotStatus ( string s) )
event NotifyLevelChange ( ) )
simulated function SetState ( bool primary) )
simulated function SetWarning ( string msg) )
function ShowChat ( string msg) )
function ShowMenu ( ) )
function ShowMenu ( ) )
function ShowMenu ( ) )
defaultproperties
{
bActive=true
bVisible=true
WelcomeWidth=0.4
WelcomeMargin=0.02
WelcomePos=0.2
WelcomeStart[0]=0
WelcomeEnd[0]=4
WelcomeMsg[0]="Welcome to <2>UTV2004<1> Primary Client!"
WelcomeMsg[1]=""
WelcomeMsg[2]="You are now broadcasting a game to people over the net! To configure settings and control the UTV server, press <2>F8<1> to bring up the configuration menu."
WelcomeMsg[3]=""
WelcomeMsg[4]="Press any key to close this window.."
WelcomeStart[1]=5
WelcomeEnd[1]=11
WelcomeMsg[5]="Welcome to <2>UTV2004<1> Watcher Client!"
WelcomeMsg[6]=""
WelcomeMsg[7]="You are watching a live broadcast of a game! To configure watcher settings press <2>F8<1> to bring up the configuration menu."
WelcomeMsg[8]=""
WelcomeMsg[9]="To toggle between first and third person view, press the <2>right<1> mouse button."
WelcomeMsg[10]=""
WelcomeMsg[11]="Press any key to close this window.."
}
|
Creation time: Do 14.8.2014 09:58:28.654 - Created with
UnCodeX