I love the smell of UnrealEd crashing in the morning. – tarquin
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[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]
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]
ConvertServerToFavorite[edit]
Events[edit]
Free[edit]
Overrides: GUITabPanel.Free
InitComponent[edit]
Overrides: UT2K4Browser_ServerListPageBase.InitComponent
Other instance functions[edit]
AddFavorite[edit]
AddPageClosed[edit]
CancelPings[edit]
Overrides: UT2K4Browser_ServerListPageBase.CancelPings
ClearQueryClient[edit]
ContextMenuOpened[edit]
ContextSelect[edit]
EditPageClosed[edit]
GetQueryClient[edit]
InitFavorites[edit]
InitPanel[edit]
Overrides: GUITabPanel.InitPanel
InitServerList[edit]
Overrides: UT2K4Browser_ServerListPageBase.InitServerList
LevelChanged[edit]
Overrides: GUIMultiComponent.LevelChanged
ListBoxRightClick[edit]
NetworkErrorClosed[edit]
Overrides: UT2K4Browser_Page.NetworkErrorClosed
OnDestroyPanel[edit]
Overrides: GUITabPanel.OnDestroyPanel
PingServer[edit]
Overrides: UT2K4Browser_ServerListPageBase.PingServer
ReceivedPingInfo[edit]
Overrides: UT2K4Browser_Page.ReceivedPingInfo
ReceivedPingTimeout[edit]
Overrides: UT2K4Browser_Page.ReceivedPingTimeout
Refresh[edit]
Overrides: UT2K4Browser_ServerListPageBase.Refresh
RefreshList[edit]
Overrides: UT2K4Browser_ServerListPageBase.RefreshList
RemoveFavorite[edit]
SaveFavorites[edit]
ShowPanel[edit]
Overrides: UT2K4Browser_ServerListPageBase.ShowPanel