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

UE2:UT2K4Browser_Page (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4Browser_Page
Package: 
GUI2K4
Direct subclasses:
UT2K4Browser_ServerListPageBase, UT2K4Browser_IRC, UT2K4Browser_MOTD

Base class for all Server Browser tab panels

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

Properties

Property group 'UT2K4Browser_Page'

AuthFailString

Type: string

Modifiers: localized


Default value: "Authentication Failed"

BackCaption

Type: string

Modifiers: localized


Default value: "BACK"

bCommonButtonWidth

Type: bool


Default value: True

Browser

Type: UT2K4ServerBrowser


ConnFailString

Type: string

Modifiers: localized


Default value: "Connection Failed"

ConnTimeoutString

Type: string

Modifiers: localized


Default value: "Connection Timed Out"

CurrentFooterCaption

Type: string


FilterCaption

Type: string

Modifiers: localized


Default value: "FILTERS"

JoinCaption

Type: string

Modifiers: localized


Default value: "JOIN"

MustUpgradeString

Type: string

Modifiers: localized


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

QueryCompleteString

Type: string

Modifiers: localized


Default value: "Query Complete!"

ReadyString

Type: string

Modifiers: localized


Default value: "Ready"

RefreshCaption

Type: string

Modifiers: localized


Default value: "REFRESH"

RetryString

Type: string

Modifiers: localized


Default value: " - Retrying"

SpectateCaption

Type: string

Modifiers: localized


Default value: "SPECTATE"

StartQueryString

Type: string

Modifiers: localized


Default value: "Querying Master Server"

t_Footer

Type: UT2K4Browser_Footer

For quick access

UnspecifiedNetworkError

Type: string

Modifiers: localized


Default value: "There was an unknown error while attempting to connect to the network."

Default values

Property Value
bFillHeight True
FadeInTime 0.25
WinHeight 1.0

Delegates

OnCloseConnection

delegate OnCloseConnection (optional int Count)


OnOpenConnection

delegate OnOpenConnection (optional int Count)


RefreshFooter

delegate RefreshFooter (optional UT2K4Browser_Page Page, optional string bPerButtonSizes)


Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


Opened

event Opened (GUIComponent Sender)

Overrides: GUIMultiComponent.Opened


Other instance functions

AddQueryTerm

function AddQueryTerm (coerce string Key, coerce string Value, MasterServerClient.EQueryType QueryType)


BindQueryClient

function BindQueryClient (ServerQueryClient Client)


CheckJoinButton

function CheckJoinButton (bool Available)


CheckRefreshButton

function CheckRefreshButton (bool Available)


CheckSpectateButton

function CheckSpectateButton (bool Available)


CloseMSConnection

function CloseMSConnection ()


FilterClicked

function FilterClicked ()


InternalOnRightClick

function bool InternalOnRightClick (GUIComponent Sender)


IsFilterAvailable

function bool IsFilterAvailable (out string ButtonCaption)


IsJoinAvailable

function bool IsJoinAvailable (out string ButtonCaption)


IsRefreshAvailable

function bool IsRefreshAvailable (out string ButtonCaption)


IsSpectateAvailable

function bool IsSpectateAvailable (out string ButtonCaption)


JoinClicked

function JoinClicked ()


NetworkErrorClosed

function NetworkErrorClosed (bool bCancelled)


QueryComplete

function QueryComplete (MasterServerClient.EResponseInfo ResponseInfo, int Info)


ReceivedPingInfo

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


ReceivedPingTimeout

function ReceivedPingTimeout (int listid, ServerQueryClient.EPingCause PingCause)


RefreshClicked

function RefreshClicked ()


ResetQueryClient

function ResetQueryClient (ServerQueryClient Client)


SetFooterCaption

function SetFooterCaption (string NewCaption, optional bool bAppend)


SetJoinCaption

function SetJoinCaption (string NewCaption, optional bool bAppend)


SetRefreshCaption

function SetRefreshCaption (string NewCaption, optional bool bAppend)


SetSpectateCaption

function SetSpectateCaption (string NewCaption, optional bool bAppend)


ShouldDisplayGameType

function bool ShouldDisplayGameType ()


ShowNetworkError

function ShowNetworkError (optional string ErrorMsg)


ShowPanel

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel


SpectateClicked

function SpectateClicked ()