Gah - a solution with more questions. – EntropicLqd

UE2:Browser_ServerListPageMS (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> Browser_Page >> Browser_ServerListPageBase >> Browser_ServerListPageMS
Package: 
XInterface
Direct subclasses:
Browser_ServerListPageBuddy, Browser_ServerListPageMSCustom
This class in other games:
UT2004

null

Properties

Property group 'Browser_ServerListPageMS'

bStarted

Type: bool


GameType

Type: string


MSC

Type: MasterServerClient


Internal variables

MustUpgradeString

Type: string

Modifiers: localized


Default value: "Upgrade available. Please refresh the News page."

PingRecvString

Type: string

Modifiers: localized


Default value: "Pinging Servers"

QueryFinHead

Type: string

Modifiers: localized


Default value: "Query Complete! Received: "

QueryFinTail

Type: string

Modifiers: localized


Default value: " Servers"

RefreshCaption

Type: string

Modifiers: localized


Default value: "REFRESH LIST"

RefreshFinHead

Type: string

Modifiers: localized


Default value: "Pinging Complete! "

RefreshFinMid

Type: string

Modifiers: localized


Default value: " Servers, "

RefreshFinTail

Type: string

Modifiers: localized


Default value: " Players"

RePingServersCaption

Type: string

Modifiers: localized


Default value: "RE-PING LIST"

Instance functions

AddQueryTerm

function AddQueryTerm (string Key, string GameType, MasterServerClient.EQueryType QueryType)


CancelPings

function CancelPings ()

Overrides: Browser_ServerListPageBase.CancelPings


InitComponent

function InitComponent (GUIController C, GUIComponent O)

Overrides: Browser_ServerListPageBase.InitComponent


MyPingTimeout

function MyPingTimeout (int listid, ServerQueryClient.EPingCause PingCause)


MyQueryFinished

function MyQueryFinished (MasterServerClient.EResponseInfo ResponseInfo, int Info)


MyReceivedPingInfo

function MyReceivedPingInfo (int ServerID, ServerQueryClient.EPingCause PingCause, GameInfo.ServerResponseLine s)


MyRefreshClick

function bool MyRefreshClick (GUIComponent Sender)


MyRePing

function bool MyRePing (GUIComponent Sender)


OnCloseBrowser

function OnCloseBrowser ()

Overrides: Browser_Page.OnCloseBrowser


PingServer

function PingServer (int listid, ServerQueryClient.EPingCause PingCause, GameInfo.ServerResponseLine s)

Overrides: Browser_ServerListPageBase.PingServer


RefreshList

function RefreshList ()

Overrides: Browser_ServerListPageBase.RefreshList


ShowPanel

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel


UpdateStatusPingCount

function UpdateStatusPingCount ()