| 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_ServerListPageFavorites
| Variables Summary | |
|---|---|
| string | AddIPCaption |
| GUIButton | MyAddIPButton |
| string | RemoveFavoriteCaption |
| string | RePingCaption |
| ServerQueryClient | SQC |
| Browser_ServerListPageFavorites | |
| array<FavoritesServerInfo> | Favorites |
| 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 |
| Structures Summary | ||
|---|---|---|
| FavoritesServerInfo ServerID, IP, Port, QueryPort, ServerName | ||
| Functions Summary | ||
|---|---|---|
![]() | bool | AddIPClick (GUIComponent Sender)) |
![]() | CancelPings ())) | |
![]() | FavoriteToServer (int i, out GameInfo.ServerResponseLine Server )) | |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | MyAddFavorite (GameInfo.ServerResponseLine Server )) | |
![]() | OnCloseBrowser ())) | |
![]() | PingServer (int listid, ServerQueryClient.EPingCause PingCause, GameInfo.ServerResponseLine s )) | |
![]() | RefreshList ())) | |
![]() | bool | RemoveFavoriteClick (GUIComponent Sender)) |
![]() | SaveFavorites ())) | |
![]() | ShowPanel (bool bShow)) | |
![]() | StaticAddFavorite (String IPString, int port, int queryPort)) | |
| Inherited Functions from XInterface.Browser_ServerListPageBase |
|---|
| AddFavoriteClick, BackClick, CancelPings, InitComponent, JoinClick, PingServer, RefreshClick, RefreshList, SpectateClick |
| Inherited Functions from XInterface.Browser_Page |
|---|
| OnCloseBrowser |
| Variables Detail |
|---|
| Structures Detail |
|---|
var(Browser_ServerListPageFavorites) config string IP;};
var(Browser_ServerListPageFavorites) config int Port;
var(Browser_ServerListPageFavorites) config int QueryPort;
var(Browser_ServerListPageFavorites) config int ServerID;
var(Browser_ServerListPageFavorites) config string ServerName;
| Functions Detail |
|---|
AddIPClick Source code
CancelPings Source code
FavoriteToServer Source code
InitComponent Source code
MyAddFavorite Source code
OnCloseBrowser Source code
PingServer Source code
RefreshList Source code
RemoveFavoriteClick Source code
SaveFavorites Source code
ShowPanel Source code
StaticAddFavorite Source code| Defaultproperties |
|---|
defaultproperties
{
RemoveFavoriteCaption="REMOVE FAVORITE"
AddIPCaption="ADD IP"
RePingCaption="RE-PING LIST"
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||