I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:UT2K4Browser_ServerListPageMS (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
GUI2K4
Direct subclasses:
UT2K4Browser_ServerListPageInternet, UT2K4Browser_ServerListPageBuddy

Base class for all browser pages that must communicate with the master server. Only shown once CD-key has been verified by Epic.

Updated by Ron Prestenback (c) 2003, Epic Games, Inc. All Rights Reserved

Default values[edit]

Property Value
PanelCaption "Server Browser : Internet"

Instance functions[edit]

BindQueryClient[edit]

function BindQueryClient (ServerQueryClient Client)

Overrides: UT2K4Browser_Page.BindQueryClient


QueryComplete[edit]

function QueryComplete (MasterServerClient.EResponseInfo ResponseInfo, int Info)

Overrides: UT2K4Browser_Page.QueryComplete


ReceivedPingInfo[edit]

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

Overrides: UT2K4Browser_Page.ReceivedPingInfo


ReceivedPingTimeout[edit]

function ReceivedPingTimeout (int listid, ServerQueryClient.EPingCause PingCause)

Overrides: UT2K4Browser_Page.ReceivedPingTimeout


Refresh[edit]

function Refresh ()

Overrides: UT2K4Browser_ServerListPageBase.Refresh


ResetQueryClient[edit]

function ResetQueryClient (ServerQueryClient Client)

Overrides: UT2K4Browser_Page.ResetQueryClient


ShowPanel[edit]

function ShowPanel (bool bShow)

Overrides: UT2K4Browser_ServerListPageBase.ShowPanel