- 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
{
WelcomeWidth=0.400000
WelcomeMargin=0.020000
WelcomePos=0.200000
WelcomeStart(1)=5
WelcomeEnd(0)=4
WelcomeEnd(1)=11
WelcomeMsg(0)="Welcome to <2>UTV2004<1> Primary Client!"
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(4)="Press any key to close this window.."
WelcomeMsg(5)="Welcome to <2>UTV2004<1> Watcher Client!"
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(9)="To toggle between first and third person view, press the <2>right<1> mouse button."
WelcomeMsg(11)="Press any key to close this window.."
bVisible=Wahr
}
|
Creation time: Mo 16.4.2007 11:20:36.234 - Created with
UnCodeX