I don't need to test my programs. I have an error-correcting modem.
UE2:UT2K4Browser_ServerListPageFavorites (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4Browser_Page >> UT2K4Browser_ServerListPageBase >> UT2K4Browser_ServerListPageFavorites |
Contents
- 1 Properties
- 2 Functions
- 2.1 Static functions
- 2.2 Events
- 2.3 Other instance functions
- 2.3.1 AddFavorite
- 2.3.2 AddPageClosed
- 2.3.3 CancelPings
- 2.3.4 ClearQueryClient
- 2.3.5 ContextMenuOpened
- 2.3.6 ContextSelect
- 2.3.7 EditPageClosed
- 2.3.8 GetQueryClient
- 2.3.9 InitFavorites
- 2.3.10 InitPanel
- 2.3.11 InitServerList
- 2.3.12 LevelChanged
- 2.3.13 ListBoxRightClick
- 2.3.14 NetworkErrorClosed
- 2.3.15 OnDestroyPanel
- 2.3.16 PingServer
- 2.3.17 ReceivedPingInfo
- 2.3.18 ReceivedPingTimeout
- 2.3.19 Refresh
- 2.3.20 RefreshList
- 2.3.21 RemoveFavorite
- 2.3.22 SaveFavorites
- 2.3.23 ShowPanel
- Package:
- GUI2K4
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. |
Browser page for stored favorites.
Written by Ron Prestenback (based on Browser_ServerListPageFavorites) (c) 2003, Epic Games, Inc. All Rights Reserved
Properties
Property group 'UT2K4Browser_ServerListPageFavorites'
AddFavoriteCaption
Type: string
Modifiers: localized
Default value: "ADD FAVORITE"
EditFavoriteText
Type: string
Modifiers: localized
Default value: "Edit IP Address"
EditIndex
Type: int
Track which server is being edited
RemoveFavoriteCaption
Type: string
Modifiers: localized
Default value: "REMOVE FAVORITE"
RemoveFavoriteText
Type: string
Modifiers: localized
Default value: "Remove Favorite"
Internal variables
ContextItems
Servers
Type: array<ExtendedConsole.ServerFavorite>
SQC
Type: ServerQueryClient
Modifiers: protected
Default values
Property | Value |
---|---|
ContextMenu | GUIContextMenu'FavoritesContextMenu' |
PanelCaption | "Server Browser : Favorites" |
Subobjects
FavoritesContextMenu
Class: XInterface.GUIContextMenu
Property | Value |
---|---|
OnOpen | ContextMenuOpened |
OnSelect | ContextSelect |
Functions
Static functions
ConvertFavoriteToServer
ConvertServerToFavorite
Events
Free
Overrides: GUITabPanel.Free
InitComponent
Overrides: UT2K4Browser_ServerListPageBase.InitComponent
Other instance functions
AddFavorite
AddPageClosed
CancelPings
Overrides: UT2K4Browser_ServerListPageBase.CancelPings
ClearQueryClient
ContextMenuOpened
ContextSelect
EditPageClosed
GetQueryClient
InitFavorites
InitPanel
Overrides: GUITabPanel.InitPanel
InitServerList
Overrides: UT2K4Browser_ServerListPageBase.InitServerList
LevelChanged
Overrides: GUIMultiComponent.LevelChanged
ListBoxRightClick
NetworkErrorClosed
Overrides: UT2K4Browser_Page.NetworkErrorClosed
OnDestroyPanel
Overrides: GUITabPanel.OnDestroyPanel
PingServer
Overrides: UT2K4Browser_ServerListPageBase.PingServer
ReceivedPingInfo
Overrides: UT2K4Browser_Page.ReceivedPingInfo
ReceivedPingTimeout
Overrides: UT2K4Browser_Page.ReceivedPingTimeout
Refresh
Overrides: UT2K4Browser_ServerListPageBase.Refresh
RefreshList
Overrides: UT2K4Browser_ServerListPageBase.RefreshList
RemoveFavorite
SaveFavorites
ShowPanel
Overrides: UT2K4Browser_ServerListPageBase.ShowPanel