I'm a doctor, not a mechanic

UE1:UBrowserUpdateServerWindow (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Package: 
UBrowser
Direct subclass:
UTBrowserUpdateServerWindow

null

Properties

bGotMOTD

Type: bool


bHadInitialQuery

Type: bool


FailureText

Type: string

Modifiers: localized


Default value: "The server did not respond."

Link

Type: UBrowserUpdateServerLink


LinkClass

Type: class<UBrowserUpdateServerLink>


Default value: Class'UBrowser.UBrowserUpdateServerLink'

NumTries

Type: int


Default value: 3

QueryText

Type: string

Modifiers: localized


Default value: "Querying Server..."

StatusBarText

Type: string


TextArea

Type: UBrowserUpdateServerTextArea


TextAreaClass

Type: class<UBrowserUpdateServerTextArea>


Default value: Class'UBrowser.UBrowserUpdateServerTextArea'

Tries

Type: int


Instance functions

BeforePaint

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

Overrides: UWindowWindow.BeforePaint


Created

function Created ()

Overrides: UWindowWindow.Created


Failure

function Failure ()


KeyDown

function KeyDown (int Key, float X, float Y)

Overrides: UWindowWindow.KeyDown


Paint

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

Overrides: UWindowDialogClientWindow.Paint


Query

function Query ()


SetIRCServer

function SetIRCServer (string Value)


SetMasterServer

function SetMasterServer (string Value)


SetMOTD

function SetMOTD (string MOTD)


Success

function Success ()