I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:UT2K4Browser_Page (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4Browser_Page |
Contents
- 1 Properties
- 1.1 Property group 'UT2K4Browser_Page'
- 1.1.1 AuthFailString
- 1.1.2 BackCaption
- 1.1.3 bCommonButtonWidth
- 1.1.4 Browser
- 1.1.5 ConnFailString
- 1.1.6 ConnTimeoutString
- 1.1.7 CurrentFooterCaption
- 1.1.8 FilterCaption
- 1.1.9 JoinCaption
- 1.1.10 MustUpgradeString
- 1.1.11 QueryCompleteString
- 1.1.12 ReadyString
- 1.1.13 RefreshCaption
- 1.1.14 RetryString
- 1.1.15 SpectateCaption
- 1.1.16 StartQueryString
- 1.1.17 t_Footer
- 1.1.18 UnspecifiedNetworkError
- 1.2 Default values
- 1.1 Property group 'UT2K4Browser_Page'
- 2 Delegates
- 3 Functions
- 3.1 Events
- 3.2 Other instance functions
- 3.2.1 AddQueryTerm
- 3.2.2 BindQueryClient
- 3.2.3 CheckJoinButton
- 3.2.4 CheckRefreshButton
- 3.2.5 CheckSpectateButton
- 3.2.6 CloseMSConnection
- 3.2.7 FilterClicked
- 3.2.8 InternalOnRightClick
- 3.2.9 IsFilterAvailable
- 3.2.10 IsJoinAvailable
- 3.2.11 IsRefreshAvailable
- 3.2.12 IsSpectateAvailable
- 3.2.13 JoinClicked
- 3.2.14 NetworkErrorClosed
- 3.2.15 QueryComplete
- 3.2.16 ReceivedPingInfo
- 3.2.17 ReceivedPingTimeout
- 3.2.18 RefreshClicked
- 3.2.19 ResetQueryClient
- 3.2.20 SetFooterCaption
- 3.2.21 SetJoinCaption
- 3.2.22 SetRefreshCaption
- 3.2.23 SetSpectateCaption
- 3.2.24 ShouldDisplayGameType
- 3.2.25 ShowNetworkError
- 3.2.26 ShowPanel
- 3.2.27 SpectateClicked
- Package:
- GUI2K4
- Direct subclasses:
- UT2K4Browser_ServerListPageBase, UT2K4Browser_IRC, UT2K4Browser_MOTD
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. |
Base class for all Server Browser tab panels
Updated by Ron Prestenback (c) 2003, Epic Games, Inc. All Rights Reserved
Properties
Property group 'UT2K4Browser_Page'
AuthFailString
Type: string
Modifiers: localized
Default value: "Authentication Failed"
BackCaption
Type: string
Modifiers: localized
Default value: "BACK"
bCommonButtonWidth
Type: bool
Default value: True
Browser
Type: UT2K4ServerBrowser
ConnFailString
Type: string
Modifiers: localized
Default value: "Connection Failed"
ConnTimeoutString
Type: string
Modifiers: localized
Default value: "Connection Timed Out"
Type: string
FilterCaption
Type: string
Modifiers: localized
Default value: "FILTERS"
JoinCaption
Type: string
Modifiers: localized
Default value: "JOIN"
MustUpgradeString
Type: string
Modifiers: localized
Default value: "Upgrade available. Please refresh the News page."
QueryCompleteString
Type: string
Modifiers: localized
Default value: "Query Complete!"
ReadyString
Type: string
Modifiers: localized
Default value: "Ready"
RefreshCaption
Type: string
Modifiers: localized
Default value: "REFRESH"
RetryString
Type: string
Modifiers: localized
Default value: " - Retrying"
SpectateCaption
Type: string
Modifiers: localized
Default value: "SPECTATE"
StartQueryString
Type: string
Modifiers: localized
Default value: "Querying Master Server"
Type: UT2K4Browser_Footer
For quick access
UnspecifiedNetworkError
Type: string
Modifiers: localized
Default value: "There was an unknown error while attempting to connect to the network."
Default values
Property | Value |
---|---|
bFillHeight | True |
FadeInTime | 0.25 |
WinHeight | 1.0 |
Delegates
OnCloseConnection
OnOpenConnection
Functions
Events
InitComponent
Overrides: GUIPanel.InitComponent
Opened
Overrides: GUIMultiComponent.Opened
Other instance functions
AddQueryTerm
BindQueryClient
CheckJoinButton
CheckRefreshButton
CheckSpectateButton
CloseMSConnection
FilterClicked
InternalOnRightClick
IsFilterAvailable
IsJoinAvailable
IsRefreshAvailable
IsSpectateAvailable
JoinClicked
NetworkErrorClosed
QueryComplete
ReceivedPingInfo
ReceivedPingTimeout
RefreshClicked
ResetQueryClient
SetJoinCaption
SetRefreshCaption
SetSpectateCaption
ShouldDisplayGameType
ShowNetworkError
ShowPanel
Overrides: GUITabPanel.ShowPanel