UBrowser.UBrowserUpdateServerWindow
- Extends
- UWindowPageWindow
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowClientWindow
|
+-- UWindow.UWindowDialogClientWindow
|
+-- UWindow.UWindowPageWindow
|
+-- UBrowser.UBrowserUpdateServerWindow
var bool bGotMOTD;
var bool bHadInitialQuery;
var localized string FailureText;
var int NumTries;
var localized string QueryText;
var string StatusBarText;
var int Tries;
function BeforePaint (
Canvas C,
float X,
float Y) )
function Created ( ) )
function Failure ( ) )
function KeyDown ( int Key, float X, float Y) )
function Paint (
Canvas C,
float X,
float Y) )
function Query ( ) )
function SetIRCServer ( string Value) )
function SetMasterServer ( string Value) )
function SetMOTD ( string MOTD) )
function Success ( ) )
defaultproperties
{
QueryText="Querying Server..."
FailureText="The server did not respond."
LinkClass=Class'UBrowser.UBrowserUpdateServerLink'
TextAreaClass=Class'UBrowser.UBrowserUpdateServerTextArea'
NumTries=3
}
|
Creation time: Mon 8/11/2021 16:31:17.850 - Created with
UnCodeX