I'm a doctor, not a mechanic

UE2:UT2K4Browser_ServerListPageFavorites (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4Browser_Page >> UT2K4Browser_ServerListPageBase >> UT2K4Browser_ServerListPageFavorites
Package: 
GUI2K4

Browser page for stored favorites.

Written by Ron Prestenback (based on Browser_ServerListPageFavorites) (c) 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

Property group 'UT2K4Browser_ServerListPageFavorites'[edit]

AddFavoriteCaption[edit]

Type: string

Modifiers: localized


Default value: "ADD FAVORITE"

EditFavoriteText[edit]

Type: string

Modifiers: localized


Default value: "Edit IP Address"

EditIndex[edit]

Type: int

Track which server is being edited

RemoveFavoriteCaption[edit]

Type: string

Modifiers: localized


Default value: "REMOVE FAVORITE"

RemoveFavoriteText[edit]

Type: string

Modifiers: localized


Default value: "Remove Favorite"

Internal variables[edit]

ContextItems[edit]

Type: array<string>


Servers[edit]

Type: array<ExtendedConsole.ServerFavorite>


SQC[edit]

Type: ServerQueryClient

Modifiers: protected


Default values[edit]

Property Value
ContextMenu GUIContextMenu'FavoritesContextMenu'
PanelCaption "Server Browser : Favorites"

Subobjects[edit]

FavoritesContextMenu[edit]

Class: XInterface.GUIContextMenu

Property Value
OnOpen ContextMenuOpened
OnSelect ContextSelect

Functions[edit]

Static functions[edit]

ConvertFavoriteToServer[edit]

static function ConvertFavoriteToServer (ExtendedConsole.ServerFavorite Fav, out GameInfo.ServerResponseLine Server)


ConvertServerToFavorite[edit]

static function ConvertServerToFavorite (GameInfo.ServerResponseLine Server, out ExtendedConsole.ServerFavorite Fav)


Events[edit]

Free[edit]

event Free ()

Overrides: GUITabPanel.Free


InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: UT2K4Browser_ServerListPageBase.InitComponent


Other instance functions[edit]

AddFavorite[edit]

function AddFavorite (GameInfo.ServerResponseLine Server)


AddPageClosed[edit]

function AddPageClosed (bool bCancelled)


CancelPings[edit]

function CancelPings ()

Overrides: UT2K4Browser_ServerListPageBase.CancelPings


ClearQueryClient[edit]

protected function ClearQueryClient ()


ContextMenuOpened[edit]

function bool ContextMenuOpened (GUIContextMenu Sender)


ContextSelect[edit]

function ContextSelect (GUIContextMenu Menu, int Index)


EditPageClosed[edit]

function EditPageClosed (bool bCancelled)


GetQueryClient[edit]

function ServerQueryClient GetQueryClient ()


InitFavorites[edit]

function InitFavorites ()


InitPanel[edit]

function InitPanel ()

Overrides: GUITabPanel.InitPanel


InitServerList[edit]

function InitServerList ()

Overrides: UT2K4Browser_ServerListPageBase.InitServerList


LevelChanged[edit]

function LevelChanged ()

Overrides: GUIMultiComponent.LevelChanged


ListBoxRightClick[edit]

function bool ListBoxRightClick (GUIComponent Sender)


NetworkErrorClosed[edit]

function NetworkErrorClosed (bool bCancelled)

Overrides: UT2K4Browser_Page.NetworkErrorClosed


OnDestroyPanel[edit]

function OnDestroyPanel (optional bool bCancelled)

Overrides: GUITabPanel.OnDestroyPanel


PingServer[edit]

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

Overrides: UT2K4Browser_ServerListPageBase.PingServer


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


RefreshList[edit]

function RefreshList ()

Overrides: UT2K4Browser_ServerListPageBase.RefreshList


RemoveFavorite[edit]

function RemoveFavorite (GameInfo.ServerResponseLine Server)


SaveFavorites[edit]

function SaveFavorites ()


ShowPanel[edit]

function ShowPanel (bool bShow)

Overrides: UT2K4Browser_ServerListPageBase.ShowPanel