I'm a doctor, not a mechanic
UE2:Browser_ServerListPageFavorites (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K3TabPanel >> Browser_Page >> Browser_ServerListPageBase >> Browser_ServerListPageFavorites |
Contents |
- Package:
- XInterface
- This class in other games:
- UT2003
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
[edit] Functions
[edit] Static functions
[edit] StaticAddFavorite
[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
