UBrowser.UBrowserServerListWindow
- Extends
- UWindowPageWindow
- Modifiers
- PerObjectConfig
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowClientWindow
|
+-- UWindow.UWindowDialogClientWindow
|
+-- UWindow.UWindowPageWindow
|
+-- UBrowser.UBrowserServerListWindow
Direct Known Subclasses:
UBrowserFavoriteServers
Enumerations Summary |
EPingState PS_QueryServer,
PS_QueryFailed,
PS_Pinging,
PS_RePinging,
PS_Done |
Functions Summary |
 | UBrowserServerList | AddFavorite (UBrowserServerList Server))
|
 | | AddSubset (UBrowserSubsetFact Subset))
|
 | | AddSuperSet (UBrowserServerListWindow Superset))
|
 | | AutoInfo (UBrowserServerList I))
|
 | | BeforePaint (Canvas C, float X, float Y))
|
 | | Created ()))
|
 | | CreateFactories (bool bUsePingedList))
|
 | | Paint (Canvas C, float X, float Y))
|
 | | PingFinished ()))
|
 | | Query (optional bool bBySuperset, optional bool bInitial, optional bool bInNoSort))
|
 | | QueryFinished (UBrowserServerListFactory Fact, bool bSuccess, optional string ErrorMsg))
|
 | | Refresh (optional bool bBySuperset, optional bool bInitial, optional bool bSaveExistingList, optional bool bInNoSort))
|
 | | RefreshSubsets ()))
|
 | | RemoveOldServers ()))
|
 | | RemoveSubset (UBrowserSubsetFact Subset))
|
 | | RemoveSuperset (UBrowserServerListWindow Superset))
|
 | | RePing ()))
|
 | | Resized ()))
|
 | | ResolutionChanged (float W, float H))
|
 | | ResumePinging ()))
|
 | | ShowInfo (UBrowserServerList I, optional bool bAutoInfo))
|
 | | ShowInfoArea (bool bShow, optional bool bFloating, optional bool bNoActivate))
|
 | | ShutdownFactories (optional bool bBySuperset))
|
 | | SuspendPinging ()))
|
 | | TagServersAsOld ()))
|
 | | Tick (float Delta))
|
 | | WindowHidden ()))
|
 | | WindowShown ()))
|
const MinHeightForSplitter = 384;
var config int AutoRefreshTime;
var config bool bFallbackFactories;
var bool bHadInitialRefresh;
var config bool bHidden;
var config bool bNoAutoSort;
var bool bNoSort;
var bool bPingResume;
var bool bPingResumeIntial;
var bool bPingSuspend;
var bool bShowFailedServers;
var bool bSuspendPingOnClose;
var localized string CompleteText;
var string ErrorString;
var int FallbackFactory;
var string GridClass;
var localized string InfoName;
var config string ListFactories[10];
var localized string PingingText;
var localized string PlayerCountLeader;
var localized string PlayerCountName;
var int QueryDone[10];
var localized string QueryFailedText;
var localized string QueryServerText;
var localized string ServerCountLeader;
var localized string ServerCountName;
var string ServerListClassName;
var config string ServerListTitle;
var float TimeElapsed;
var config string URLAppend;
enum EPingState
{
PS_QueryServer,
PS_QueryFailed,
PS_Pinging,
PS_RePinging,
PS_Done
};
function BeforePaint (
Canvas C,
float X,
float Y) )
function Created ( ) )
function CreateFactories ( bool bUsePingedList) )
function Paint (
Canvas C,
float X,
float Y) )
function PingFinished ( ) )
function Query ( optional bool bBySuperset, optional bool bInitial, optional bool bInNoSort) )
function Refresh ( optional bool bBySuperset, optional bool bInitial, optional bool bSaveExistingList, optional bool bInNoSort) )
function RefreshSubsets ( ) )
function RemoveOldServers ( ) )
function RePing ( ) )
function Resized ( ) )
function ResolutionChanged ( float W, float H) )
function ResumePinging ( ) )
function ShowInfoArea ( bool bShow, optional bool bFloating, optional bool bNoActivate) )
function ShutdownFactories ( optional bool bBySuperset) )
function SuspendPinging ( ) )
function TagServersAsOld ( ) )
function Tick ( float Delta) )
function WindowHidden ( ) )
function WindowShown ( ) )
defaultproperties
{
ServerListClassName="UBrowser.UBrowserServerList"
GridClass="UBrowser.UBrowserServerGrid"
bSuspendPingOnClose=True
RightClickMenuClass=Class'UBrowser.UBrowserRightClickMenu'
InfoName="Info"
PlayerCountName="Players"
ServerCountName="Servers"
QueryServerText="Querying master server (hit F5 if nothing happens)"
QueryFailedText="Master Server Failed: "
PingingText="Pinging Servers"
CompleteText="Complete"
}
|
Creation time: Mon 8/11/2021 16:31:17.785 - Created with
UnCodeX