Cogito, ergo sum
UE2:Browser_ServerListPageFavorites (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> Browser_Page >> Browser_ServerListPageBase >> Browser_ServerListPageFavorites |
Contents
- Package:
- XInterface
- This class in other games:
- UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties
Property group 'Browser_ServerListPageFavorites'
Favorites
Type: array<FavoritesServerInfo>
Modifiers: config
Internal variables
AddIPCaption
Type: string
Modifiers: localized
Default value: "ADD IP"
MyAddIPButton
Type: GUIButton
RemoveFavoriteCaption
Type: string
Modifiers: localized
Default value: "REMOVE FAVORITE"
RePingCaption
Type: string
Modifiers: localized
Default value: "RE-PING LIST"
SQC
Type: ServerQueryClient
Structs
FavoritesServerInfo
Functions
Static functions
StaticAddFavorite
Instance functions
AddIPClick
function bool AddIPClick (GUIComponent Sender)
CancelPings
function CancelPings ()
Overrides: Browser_ServerListPageBase.CancelPings
FavoriteToServer
function FavoriteToServer (int i, out GameInfo.ServerResponseLine Server)
InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: Browser_ServerListPageBase.InitComponent
MyAddFavorite
function MyAddFavorite (GameInfo.ServerResponseLine Server)
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
RemoveFavoriteClick
function bool RemoveFavoriteClick (GUIComponent Sender)
SaveFavorites
function SaveFavorites ()
ShowPanel
function ShowPanel (bool bShow)
Overrides: GUITabPanel.ShowPanel