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

UWindow.UWindowNetErrorClientWindow

Extends
UWindowDialogClientWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UWindow.UWindowNetErrorClientWindow

Variables Summary
UWindowSmallCloseButtonCloseB
UWindowDynamicTextAreaTextArea
UWindowNetErrorClientWindow
stringBanNetworkText
stringKickNetworkText
stringTempBanNetworkText
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function BeforePaint (Canvas C, float X, float Y))
function Created ()))
function Paint (Canvas C, float X, float Y))
function SetNetworkMessage (String Msg ))
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint
Inherited Functions from UWindow.UWindowClientWindow
Close


Variables Detail

CloseB Source code

var UWindowSmallCloseButton CloseB;

TextArea Source code

var UWindowDynamicTextArea TextArea;

UWindowNetErrorClientWindow

BanNetworkText Source code

var(UWindowNetErrorClientWindow) localized string BanNetworkText;

KickNetworkText Source code

var(UWindowNetErrorClientWindow) localized string KickNetworkText;

TempBanNetworkText Source code

var(UWindowNetErrorClientWindow) localized string TempBanNetworkText;


Functions Detail

BeforePaint Source code

function BeforePaint ( Canvas C, float X, float Y) )

Created Source code

function Created ( ) )

Paint Source code

function Paint ( Canvas C, float X, float Y) )

SetNetworkMessage Source code

function SetNetworkMessage ( String Msg ) )


Defaultproperties

defaultproperties
{
				KickNetworkText="KICKED!|You have been kicked from this server by an administrator for remainder of the game.\"
				BanNetworkText="BANNED!|You have been banned from this server by an administrator for bad behaviour.\\If you feel like you dont deserve this ban, contact the administrator at: "
				TempBanNetworkText="SESSION BANNED!|You have been temporarily banned from this server for remainder of the map.\"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:16.115 - Created with UnCodeX