| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object | +-- UWindow.UWindowList | +-- UBrowser.UBrowserServerList
| Constants Summary |
|---|
| Inherited Contants from Core.Object |
|---|
| MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Transactional, RF_Transient |
| Variables Summary | |
|---|---|
| bool | bLocalServer |
| bool | bNeedUpdateCount |
| bool | bNeverPinged |
| bool | bNoInitalPing |
| bool | bOldServer |
| bool | bPinged |
| bool | bPingFailed |
| bool | bPinging |
| string | Category |
| string | GameMode |
| string | GameName |
| int | GamePort |
| string | GameType |
| int | GameVer |
| string | HostName |
| string | IP |
| string | MapName |
| int | MaxPlayers |
| int | MaxSimultaneousPing |
| int | MinGameVer |
| int | NumPlayers |
| UBrowserServerListWindow | Owner |
| float | Ping |
| UBrowserPlayerList | PlayerList |
| int | QueryPort |
| UBrowserRulesList | RulesList |
| UBrowserServerPing | ServerPing |
| int | TotalMaxPlayers |
| int | TotalPlayers |
| int | TotalServers |
| Inherited Variables from UWindow.UWindowList |
|---|
| Last, Next, Prev, Sentinel |
| Inherited Variables from Core.Object |
|---|
| Class, Name, ObjectFlags, ObjectInternal[6], Outer |
| Enumerations Summary |
|---|
| Inherited Enumerations from Core.Object |
|---|
| ESheerAxis |
| Structures Summary |
|---|
| Inherited Structures from Core.Object |
|---|
| BoundingBox, BoundingVolume, Color, Coords, Guid, Plane, Rotator, Scale, Vector |
| Functions Summary | ||
|---|---|---|
![]() | UWindowList | Append (Class<UWindowList> C) |
![]() | CancelPing () | |
![]() | bool | Compare (UWindowList T, UWindowList B) |
![]() | ConsiderForSubsets () | |
![]() | UWindowList | CopyExistingListItem (Class<UWindowList> ItemClass, UWindowList SourceItem) |
![]() | DestroyListItem () | |
![]() | UBrowserServerList | FindExistingServer (string FindIP, int FindQueryPort) |
![]() | PlayerPawn | GetPlayerOwner () |
![]() | InvalidatePings () | |
![]() | PingDone (bool bInitial, bool bJustThisServer, bool bSuccess, bool bNoSort) | |
![]() | PingNext (bool bInitial, bool bNoSort) | |
![]() | PingServer (bool bInitial, bool bJustThisServer, bool bNoSort) | |
![]() | PingServers (bool bInitial, bool bNoSort) | |
![]() | QueryFinished (UBrowserServerListFactory Fact, bool bSuccess, optional string ErrorMsg) | |
![]() | Remove () | |
![]() | ServerStatus () | |
![]() | bool | ShowThisItem () |
![]() | StatusDone (bool bSuccess) | |
![]() | UpdateServerCount () | |
| Inherited Functions from UWindow.UWindowList |
|---|
| Append, AppendItem, Clear, Compare, CopyExistingListItem, Count, CountShown, DestroyList, DestroyListItem, FindEntry, Insert, InsertBefore, InsertItem, InsertItemAfter, InsertItemBefore, MoveItemSorted, NextShown, PrevShown, Remove, SetupSentinel, ShowThisItem, Sort, Validate |
| Inherited Functions from Core.Object |
|---|
| !, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, Asc, Atan, BeginState, Caps, Chr, Clamp, ClassIsChildOf, Cos, Cross, Disable, Dot, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetAxes, GetEnum, GetPropertyText, GetStateName, GetUnAxes, GotoState, InStr, Invert, IsA, IsInState, Left, Len, Lerp, Localize, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Rand, RandRange, ResetConfig, Right, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, Sqrt, Square, StaticSaveConfig, Tan, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~= |
| Variables Detail |
|---|
| Functions Detail |
|---|
Append Source code
CancelPing Source code
Compare Source code
ConsiderForSubsets Source code
CopyExistingListItem Source code
DestroyListItem Source code
FindExistingServer Source code
GetPlayerOwner Source code
InvalidatePings Source code
PingDone Source code
PingNext Source code
PingServer Source code
PingServers Source code
QueryFinished Source code
Remove Source code
ServerStatus Source code
ShowThisItem Source code
StatusDone Source code
UpdateServerCount Source code| Defaultproperties |
|---|
defaultproperties { MaxSimultaneousPing=10 } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||