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

Direct Known Subclasses:

UTBrowserServerList

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

Variables Summary
boolbKeepDescription
boolbLocalServer
boolbNeedUpdateCount
boolbNoInitalPing
boolbOldServer
boolbPinged
boolbPingFailed
boolbPinging
stringCategory
stringGameMode
stringGameName
intGamePort
stringGameType
intGameVer
stringHostName
stringIP
stringMapDisplayName
stringMapName
stringMapTitle
intMaxPlayers
intMaxSimBroadbandPing
intMaxSimultaneousPing
intMinNetVer
intNumPlayers
UBrowserServerListWindowOwner
floatPing
UBrowserPlayerListPlayerList
intPlayerListSortColumn
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
function AppendItem (UWindowList L))
function CancelPing ()))
functionint Compare (UWindowList T, UWindowList B))
function ConsiderForSubsets ()))
functionUWindowList CopyExistingListItem (Class<UWindowList> ItemClass, UWindowList SourceItem))
functionbool DecodeServerProperties (string Data))
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 ()))
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

bKeepDescription Source code

var bool bKeepDescription;

bLocalServer Source code

var bool bLocalServer;

bNeedUpdateCount Source code

var bool bNeedUpdateCount;

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;

MapDisplayName Source code

var string MapDisplayName;

MapName Source code

var string MapName;

MapTitle Source code

var string MapTitle;

MaxPlayers Source code

var int MaxPlayers;

MaxSimBroadbandPing Source code

var config int MaxSimBroadbandPing;

MaxSimultaneousPing Source code

var config int MaxSimultaneousPing;

MinNetVer Source code

var int MinNetVer;

NumPlayers Source code

var int NumPlayers;

Owner Source code

var UBrowserServerListWindow Owner;

Ping Source code

var float Ping;

PlayerList Source code

var UBrowserPlayerList PlayerList;

PlayerListSortColumn Source code

var int PlayerListSortColumn;

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

AppendItem Source code

function AppendItem ( UWindowList L) )

CancelPing Source code

function CancelPing ( ) )

Compare Source code

function int Compare ( UWindowList T, UWindowList B) )

ConsiderForSubsets Source code

function ConsiderForSubsets ( ) )

CopyExistingListItem Source code

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

DecodeServerProperties Source code

function bool DecodeServerProperties ( string Data) )

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 ( ) )

StatusDone Source code

function StatusDone ( bool bSuccess) )

UpdateServerCount Source code

function UpdateServerCount ( ) )


Defaultproperties

defaultproperties
{
     MaxSimultaneousPing=10
     MaxSimBroadbandPing=20
     PlayerListSortColumn=1
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:14.087 - Created with UnCodeX