I love the smell of UnrealEd crashing in the morning. – tarquin
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
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
Overrides: UWindowWindow.BeforePaint
Created
function Created ()
Overrides: UWindowWindow.Created
Failure
function Failure ()
KeyDown
Overrides: UWindowWindow.KeyDown
Paint
Overrides: UWindowDialogClientWindow.Paint
Query
function Query ()
SetIRCServer
function SetIRCServer (string Value)
SetMasterServer
function SetMasterServer (string Value)
SetMOTD
function SetMOTD (string MOTD)
Success
function Success ()