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

UBrowser.UBrowserServerList

Extends
UWindowList

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowList
      |   
      +-- UBrowser.UBrowserServerList

Constants Summary
Inherited Contants from UWindow.UWindowBase
F_Bold, F_Large, F_LargeBold, F_Normal

Variables Summary
boolbLocalServer
boolbNeedUpdateCount
boolbNeverPinged
boolbNoInitalPing
boolbOldServer
boolbPinged
boolbPingFailed
boolbPinging
stringCategory
stringGameMode
stringGameName
intGamePort
stringGameType
intGameVer
stringHostName
stringIP
stringMapName
intMaxPlayers
intMaxSimultaneousPing
intMinGameVer
intNumPlayers
UBrowserServerListWindowOwner
floatPing
UBrowserPlayerListPlayerList
intQueryPort
UBrowserRulesListRulesList
UBrowserServerPingServerPing
intTotalMaxPlayers
intTotalPlayers
intTotalServers
Inherited Variables from UWindow.UWindowList
bItemOrderChanged, BranchLeft, BranchRight, bSortSuspended, bSuspendableSort, bTreeSort, CompareCount, CurrentSortItem, InternalCount, Last, Next, ParentNode, Prev, Sentinel

Enumerations Summary
Inherited Enumerations from UWindow.UWindowBase
FrameHitTest, MenuSound, MessageBoxButtons, MessageBoxResult, PropertyCondition, TextAlign

Structures Summary
Inherited Structures from UWindow.UWindowBase
HTMLStyle, Region, TexRegion

Functions Summary
functionUWindowList Append (Class<UWindowList> C)
function CancelPing ()
functionbool Compare (UWindowList T, UWindowList B)
function ConsiderForSubsets ()
functionUWindowList CopyExistingListItem (Class<UWindowList> ItemClass, UWindowList SourceItem)
function DestroyListItem ()
functionUBrowserServerList FindExistingServer (string FindIP, int FindQueryPort)
functionPlayerPawn GetPlayerOwner ()
function InvalidatePings ()
function PingDone (bool bInitial, bool bJustThisServer, bool bSuccess, bool bNoSort)
function PingNext (bool bInitial, bool bNoSort)
function PingServer (bool bInitial, bool bJustThisServer, bool bNoSort)
function PingServers (bool bInitial, bool bNoSort)
function QueryFinished (UBrowserServerListFactory Fact, bool bSuccess, optional string ErrorMsg)
function Remove ()
function ServerStatus ()
functionbool ShowThisItem ()
function StatusDone (bool bSuccess)
function UpdateServerCount ()
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
Inherited Functions from UWindow.UWindowBase
BuildObjectWithProperties, GetRegion, InStrAfter, NewRegion, NewTexRegion


Variables Detail

bLocalServer Source code

var bool bLocalServer;

bNeedUpdateCount Source code

var bool bNeedUpdateCount;

bNeverPinged Source code

var bool bNeverPinged;

bNoInitalPing Source code

var bool bNoInitalPing;

bOldServer Source code

var bool bOldServer;

bPinged Source code

var bool bPinged;

bPingFailed Source code

var bool bPingFailed;

bPinging Source code

var bool bPinging;

Category Source code

var string Category;

GameMode Source code

var string GameMode;

GameName Source code

var string GameName;

GamePort Source code

var int GamePort;

GameType Source code

var string GameType;

GameVer Source code

var int GameVer;

HostName Source code

var string HostName;

IP Source code

var string IP;

MapName Source code

var string MapName;

MaxPlayers Source code

var int MaxPlayers;

MaxSimultaneousPing Source code

var config int MaxSimultaneousPing;

MinGameVer Source code

var int MinGameVer;

NumPlayers Source code

var int NumPlayers;

Owner Source code

var UBrowserServerListWindow Owner;

Ping Source code

var float Ping;

PlayerList Source code

var UBrowserPlayerList PlayerList;

QueryPort Source code

var int QueryPort;

RulesList Source code

var UBrowserRulesList RulesList;

ServerPing Source code

var UBrowserServerPing ServerPing;

TotalMaxPlayers Source code

var int TotalMaxPlayers;

TotalPlayers Source code

var int TotalPlayers;

TotalServers Source code

var int TotalServers;


Functions Detail

Append Source code

function UWindowList Append ( Class<UWindowList> C )

CancelPing Source code

function CancelPing ( )

Compare Source code

function bool Compare ( UWindowList T, UWindowList B )

ConsiderForSubsets Source code

function ConsiderForSubsets ( )

CopyExistingListItem Source code

function UWindowList CopyExistingListItem ( Class<UWindowList> ItemClass, UWindowList SourceItem )

DestroyListItem Source code

function DestroyListItem ( )

FindExistingServer Source code

function UBrowserServerList FindExistingServer ( string FindIP, int FindQueryPort )

GetPlayerOwner Source code

function PlayerPawn GetPlayerOwner ( )

InvalidatePings Source code

function InvalidatePings ( )

PingDone Source code

function PingDone ( bool bInitial, bool bJustThisServer, bool bSuccess, bool bNoSort )

PingNext Source code

function PingNext ( bool bInitial, bool bNoSort )

PingServer Source code

function PingServer ( bool bInitial, bool bJustThisServer, bool bNoSort )

PingServers Source code

function PingServers ( bool bInitial, bool bNoSort )

QueryFinished Source code

function QueryFinished ( UBrowserServerListFactory Fact, bool bSuccess, optional string ErrorMsg )

Remove Source code

function Remove ( )

ServerStatus Source code

function ServerStatus ( )

ShowThisItem Source code

function bool ShowThisItem ( )

StatusDone Source code

function StatusDone ( bool bSuccess )

UpdateServerCount Source code

function UpdateServerCount ( )


Defaultproperties

defaultproperties
{
     MaxSimultaneousPing=10
}

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