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

UBrowser.UBrowserHTTPFact

Extends
UBrowserServerListFactory

Core.Object
|   
+-- UWindow.UWindowList
   |   
   +-- UBrowser.UBrowserServerListFactory
      |   
      +-- UBrowser.UBrowserHTTPFact

Variables Summary
UBrowserHTTPLinkLink
UBrowserHTTPFact
stringMasterServerAddress
intMasterServerTCPPort
stringMasterServerURI
Inherited Variables from UBrowser.UBrowserServerListFactory
Owner
Inherited Variables from UWindow.UWindowList
Last, Next, Prev, Sentinel

Functions Summary
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, Clear, Compare, CopyExistingListItem, Count, DestroyList, DestroyListItem, FindEntry, Insert, InsertBefore, InsertItem, InsertItemAfter, InsertItemBefore, MoveItemSorted, Remove, SetupSentinel, ShowThisItem, Sort, Validate


Variables Detail

Link Source code

var UBrowserHTTPLink Link;

UBrowserHTTPFact

MasterServerAddress Source code

var(UBrowserHTTPFact) config string MasterServerAddress;

MasterServerTCPPort Source code

var(UBrowserHTTPFact) config int MasterServerTCPPort;

MasterServerURI Source code

var(UBrowserHTTPFact) config string MasterServerURI;


Functions Detail

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
{
     MasterServerAddress="master.telefragged.com"
     MasterServerURI="/servers.txt"
     MasterServerTCPPort=80
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 12:49:33.546 - Created with UnCodeX