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

UBrowser.UBrowserRecentFact

Extends
UBrowserServerListFactory
Modifiers
Config ( User )

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

Variables Summary
intMaxEntries
array<RecentServerType>RecentServer
Inherited Variables from UBrowser.UBrowserServerListFactory
bIncrementalPing, Owner, ViewPortOwner
Inherited Variables from UWindow.UWindowList
bItemOrderChanged, BranchLeft, BranchRight, bSortSuspended, bSuspendableSort, bTreeSort, CompareCount, CurrentSortItem, InternalCount, Last, Next, ParentNode, Prev, Sentinel

Structures Summary
RecentServerType
ServerPort, ServerName, ServerIP

Functions Summary
function AddServer (UBrowserServerList Server ))
function Query (optional bool bBySuperset, optional bool bInitial))
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

MaxEntries Source code

var config int MaxEntries;

RecentServer Source code

var config array<RecentServerType> RecentServer;


Structures Detail

RecentServerType Source code

struct RecentServerType
{
var config string ServerIP;
var config string ServerName;
var config int ServerPort;
};



Functions Detail

AddServer Source code

final function AddServer ( UBrowserServerList Server ) )

Query Source code

function Query ( optional bool bBySuperset, optional bool bInitial) )


Defaultproperties

defaultproperties
{
				MaxEntries=20
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:13.803 - Created with UnCodeX