I'm a doctor, not a mechanic

UE2:Browser_ServerListPageFavorites (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K3TabPanel >> Browser_Page >> Browser_ServerListPageBase >> Browser_ServerListPageFavorites

Contents

Package: 
XInterface
This class in other games:
UT2003

null

[edit] Properties

[edit] Property group 'Browser_ServerListPageFavorites'

[edit] Favorites

Type: array<FavoritesServerInfo>

Modifiers: config


[edit] Internal variables

[edit] AddIPCaption

Type: string

Modifiers: localized


Default value: "ADD IP"

[edit] MyAddIPButton

Type: GUIButton


[edit] RemoveFavoriteCaption

Type: string

Modifiers: localized


Default value: "REMOVE FAVORITE"

[edit] RePingCaption

Type: string

Modifiers: localized


Default value: "RE-PING LIST"

[edit] SQC

Type: ServerQueryClient


[edit] Structs

[edit] FavoritesServerInfo

int ServerID 
string IP 
int Port 
int QueryPort 
string ServerName 

[edit] Functions

[edit] Static functions

[edit] StaticAddFavorite

static function StaticAddFavorite (string IPString, int port, int queryPort)


[edit] Events

[edit] InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: Browser_ServerListPageBase.InitComponent


[edit] Other instance functions

[edit] AddIPClick

function bool AddIPClick (GUIComponent Sender)


[edit] CancelPings

function CancelPings ()

Overrides: Browser_ServerListPageBase.CancelPings


[edit] FavoriteToServer

function FavoriteToServer (int i, out GameInfo.ServerResponseLine Server)


[edit] MyAddFavorite

function MyAddFavorite (GameInfo.ServerResponseLine Server)


[edit] OnCloseBrowser

function OnCloseBrowser ()

Overrides: Browser_Page.OnCloseBrowser


[edit] PingServer

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

Overrides: Browser_ServerListPageBase.PingServer


[edit] RefreshList

function RefreshList ()

Overrides: Browser_ServerListPageBase.RefreshList


[edit] RemoveFavoriteClick

function bool RemoveFavoriteClick (GUIComponent Sender)


[edit] SaveFavorites

function SaveFavorites ()


[edit] ShowPanel

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel