I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE1:UBrowserServerListFactory (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT Object >> UWindowBase >> UWindowList >> UBrowserServerListFactory
Package: 
UBrowser
Direct subclasses:
UBrowserFavoritesFact, UBrowserGSpyFact, UBrowserHTTPFact, UBrowserLocalFact, UBrowserSubsetFact
This class in other games:
U1, RTNP

UBrowserServerListFactory An abstract class to add servers to an existing server list. eg GameSpy, HTTP master servers, favorites list, etc

Properties

bIncrementalPing

Type: bool

Servers are pinged as they come in

Owner

Type: UBrowserServerList


PingedList

Type: UBrowserServerList


UnpingedList

Type: UBrowserServerList


Instance functions

FoundServer

function UBrowserServerList FoundServer (string IP, int QueryPort, string Category, string GameName, optional string HostName)


GetPlayerOwner

function PlayerPawn GetPlayerOwner ()


Query

function Query (optional bool bBySuperset, optional bool bInitial)


QueryFinished

function QueryFinished (bool bSuccess, optional string ErrorMsg)


Shutdown

function Shutdown (optional bool bBySuperset)