Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UBrowser.UBrowserSubsetFact

Extends
UBrowserServerListFactory

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowList
      |   
      +-- UBrowser.UBrowserServerListFactory
         |   
         +-- UBrowser.UBrowserSubsetFact

Variables Summary
stringNotFoundError
stringNotReadyError
UBrowserServerListWindowSupersetWindow
UBrowserSubsetFact
boolbCompatibleServersOnly
boolbLocalServersOnly
stringGameMode
stringGameType
intMaxPing
intMinPlayers
floatPing
nameSupersetTag
Inherited Variables from UBrowser.UBrowserServerListFactory
bIncrementalPing, Owner
Inherited Variables from UWindow.UWindowList
bItemOrderChanged, BranchLeft, BranchRight, bSortSuspended, bSuspendableSort, bTreeSort, CompareCount, CurrentSortItem, InternalCount, Last, Next, ParentNode, Prev, Sentinel

Functions Summary
function ConsiderItem (UBrowserServerList L)
function Query (optional bool bBySuperset, optional bool bInitial)
function QueryFinished (bool bSuccess, optional string ErrorMsg)
function Shutdown (optional bool bBySuperset)
Inherited Functions from UBrowser.UBrowserServerListFactory
FoundServer, GetPlayerOwner, Query, QueryFinished, Shutdown
Inherited Functions from UWindow.UWindowList
Append, AppendItem, AppendListCopy, Clear, Compare, ContinueSort, CopyExistingListItem, Count, CountShown, CreateItem, DestroyList, DestroyListItem, DisconnectList, DoAppendItem, FindEntry, GraftLeft, GraftRight, Insert, InsertAfter, InsertBefore, InsertItem, InsertItemAfter, InsertItemBefore, LeftMost, MoveItemSorted, Remove, RightMost, SetupSentinel, ShowThisItem, Sort, Tick, Validate


Variables Detail

NotFoundError Source code

var localized string NotFoundError;

NotReadyError Source code

var localized string NotReadyError;

SupersetWindow Source code

var UBrowserServerListWindow SupersetWindow;

UBrowserSubsetFact

bCompatibleServersOnly Source code

var(UBrowserSubsetFact) config bool bCompatibleServersOnly;

bLocalServersOnly Source code

var(UBrowserSubsetFact) config bool bLocalServersOnly;

GameMode Source code

var(UBrowserSubsetFact) config string GameMode;

GameType Source code

var(UBrowserSubsetFact) config string GameType;

MaxPing Source code

var(UBrowserSubsetFact) config int MaxPing;

MinPlayers Source code

var(UBrowserSubsetFact) config int MinPlayers;

Ping Source code

var(UBrowserSubsetFact) config float Ping;

SupersetTag Source code

var(UBrowserSubsetFact) config name SupersetTag;


Functions Detail

ConsiderItem Source code

function ConsiderItem ( UBrowserServerList L )

Query Source code

function Query ( optional bool bBySuperset, optional bool bInitial )

QueryFinished Source code

function QueryFinished ( bool bSuccess, optional string ErrorMsg )

Shutdown Source code

function Shutdown ( optional bool bBySuperset )


Defaultproperties

defaultproperties
{
     Ping=9999.000000
     SupersetTag=All
     NotFoundError="Could not find the window: "
     NotReadyError="Window is not ready: "
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:29:22.218 - Created with UnCodeX