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

UBrowser.UBrowserFavoritesFact

Extends
UBrowserServerListFactory

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

Variables Summary
array<FavoriteServerType>Favorites
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
FavoriteServerType
ServerPort, ServerName, ServerIP

Functions Summary
function Query (optional bool bBySuperset, optional bool bInitial))
function SaveFavorites ()))
functionstring StripIniChars (string InS ))
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

Favorites Source code

var config array<FavoriteServerType> Favorites;


Structures Detail

FavoriteServerType Source code

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



Functions Detail

Query Source code

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

SaveFavorites Source code

function SaveFavorites ( ) )

StripIniChars Source code

static final function string StripIniChars ( string InS ) )


Defaultproperties

defaultproperties
{
}

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