I'm a doctor, not a mechanic
UE1:UBrowserUpdateServerWindow (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowClientWindow >> UWindowDialogClientWindow >> UWindowPageWindow >> UBrowserUpdateServerWindow |
Contents
- Package:
- UBrowser
- Direct subclass:
- UTBrowserUpdateServerWindow
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties[edit]
bGotMOTD[edit]
Type: bool
bHadInitialQuery[edit]
Type: bool
FailureText[edit]
Type: string
Modifiers: localized
Default value: "The server did not respond."
Link[edit]
Type: UBrowserUpdateServerLink
LinkClass[edit]
Type: class<UBrowserUpdateServerLink>
Default value: Class'UBrowser.UBrowserUpdateServerLink'
NumTries[edit]
Type: int
Default value: 3
QueryText[edit]
Type: string
Modifiers: localized
Default value: "Querying Server..."
StatusBarText[edit]
Type: string
TextArea[edit]
Type: UBrowserUpdateServerTextArea
TextAreaClass[edit]
Type: class<UBrowserUpdateServerTextArea>
Default value: Class'UBrowser.UBrowserUpdateServerTextArea'
Tries[edit]
Type: int
Instance functions[edit]
BeforePaint[edit]
Overrides: UWindowWindow.BeforePaint
Created[edit]
function Created ()
Overrides: UWindowWindow.Created
Failure[edit]
function Failure ()
KeyDown[edit]
Overrides: UWindowWindow.KeyDown
Paint[edit]
Overrides: UWindowDialogClientWindow.Paint
Query[edit]
function Query ()
SetIRCServer[edit]
function SetIRCServer (string Value)
SetMasterServer[edit]
function SetMasterServer (string Value)
SetMOTD[edit]
function SetMOTD (string MOTD)
Success[edit]
function Success ()