| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K3TabPanel
|
+-- XInterface.Browser_Page
|
+-- XInterface.Browser_ServerListPageBase
|
+-- XInterface.Browser_ServerListPageMS
Browser_ServerListPageBuddy, Browser_ServerListPageMSCustom
| Variables Summary | |
|---|---|
| string | MustUpgradeString |
| string | PingRecvString |
| string | QueryFinHead |
| string | QueryFinTail |
| string | RefreshCaption |
| string | RefreshFinHead |
| string | RefreshFinMid |
| string | RefreshFinTail |
| string | RePingServersCaption |
| Browser_ServerListPageMS | |
| bool | bStarted |
| string | GameType |
| MasterServerClient | MSC |
| Inherited Variables from XInterface.Browser_ServerListPageBase |
|---|
| bInitialized, ConnectLAN, MyServersList, StatusBar |
| Inherited Variables from XInterface.Browser_Page |
|---|
| AuthFailString, Browser, ConnFailString, ConnTimeoutString, PageCaption, QueryCompleteString, ReadyString, RefreshCompleteString, StartQueryString |
| Functions Summary | ||
|---|---|---|
![]() | AddQueryTerm (string Key, string GameType, MasterServerClient.EQueryType QueryType)) | |
![]() | CancelPings ())) | |
![]() | InitComponent (GUIController C, GUIComponent O)) | |
![]() | MyPingTimeout (int listid, ServerQueryClient.EPingCause PingCause )) | |
![]() | MyQueryFinished (MasterServerClient.EResponseInfo ResponseInfo, int Info )) | |
![]() | MyReceivedPingInfo (int ServerID, ServerQueryClient.EPingCause PingCause, GameInfo.ServerResponseLine s )) | |
![]() | bool | MyRefreshClick (GUIComponent Sender)) |
![]() | bool | MyRePing (GUIComponent Sender)) |
![]() | OnCloseBrowser ())) | |
![]() | PingServer (int listid, ServerQueryClient.EPingCause PingCause, GameInfo.ServerResponseLine s )) | |
![]() | RefreshList ())) | |
![]() | ShowPanel (bool bShow)) | |
![]() | UpdateStatusPingCount ())) | |
| Inherited Functions from XInterface.Browser_ServerListPageBase |
|---|
| AddFavoriteClick, BackClick, CancelPings, InitComponent, JoinClick, PingServer, RefreshClick, RefreshList, SpectateClick |
| Inherited Functions from XInterface.Browser_Page |
|---|
| OnCloseBrowser |
| Variables Detail |
|---|
| Functions Detail |
|---|
AddQueryTerm Source code
CancelPings Source code
InitComponent Source code
MyPingTimeout Source code
MyQueryFinished Source code
MyReceivedPingInfo Source code
MyRefreshClick Source code
MyRePing Source code
OnCloseBrowser Source code
PingServer Source code
RefreshList Source code
ShowPanel Source code
UpdateStatusPingCount Source code| Defaultproperties |
|---|
defaultproperties
{
QueryFinHead="Query Complete! Received: "
QueryFinTail=" Servers"
PingRecvString="Pinging Servers"
MustUpgradeString="Upgrade available. Please refresh the News page."
RefreshFinHead="Pinging Complete! "
RefreshFinMid=" Servers, "
RefreshFinTail=" Players"
RePingServersCaption="RE-PING LIST"
RefreshCaption="REFRESH LIST"
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||