The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE1:UBrowserServerGrid (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U1 Object >> UWindowBase >> UWindowWindow >> UWindowGrid >> UBrowserServerGrid
Package: 
UBrowser
This class in other games:
RTNP, UT

UBrowserServerGrid - base class for server listings

Properties[edit]

AutoPingInterval[edit]

Type: int


Default value: 5

bSortDescending[edit]

Type: bool


Count[edit]

Type: int


ip[edit]

Type: UWindowGridColumn


MapName[edit]

Type: UWindowGridColumn


MapNameName[edit]

Type: string

Modifiers: localized


Default value: "Map Name"

Menu[edit]

Type: UBrowserRightClickMenu


OldPingServer[edit]

Type: UBrowserServerList


Ping[edit]

Type: UWindowGridColumn


PingName[edit]

Type: string

Modifiers: localized


Default value: "Ping"

Players[edit]

Type: UWindowGridColumn


PlayersName[edit]

Type: string

Modifiers: localized


Default value: "Players"

port[edit]

Type: UWindowGridColumn


SelectedServer[edit]

Type: UBrowserServerList


Server[edit]

Type: UWindowGridColumn


ServerName[edit]

Type: string

Modifiers: localized


Default value: "Server"

SortByColumn[edit]

Type: UWindowGridColumn


TimePassed[edit]

Type: float


Instance functions[edit]

ByMap[edit]

function bool ByMap (UBrowserServerList T, UBrowserServerList B)


ByName[edit]

function bool ByName (UBrowserServerList T, UBrowserServerList B)


ByPing[edit]

function bool ByPing (UBrowserServerList T, UBrowserServerList B)


ByPlayers[edit]

function bool ByPlayers (UBrowserServerList T, UBrowserServerList B)


Close[edit]

function Close (optional bool bByParent)

Overrides: UWindowWindow.Close


Compare[edit]

function bool Compare (UBrowserServerList T, UBrowserServerList B)


CreateColumns[edit]

function CreateColumns ()


Created[edit]

function Created ()

Overrides: UWindowGrid.Created


DoubleClickRow[edit]

function DoubleClickRow (int Row)

Overrides: UWindowGrid.DoubleClickRow


GetSelectedRow[edit]

function int GetSelectedRow ()


GetServerUnderRow[edit]

function UBrowserServerList GetServerUnderRow (int Row)


KeyDown[edit]

function KeyDown (int Key, float X, float Y)

Overrides: UWindowGrid.KeyDown


MouseLeaveColumn[edit]

function MouseLeaveColumn (UWindowGridColumn Column)

Overrides: UWindowGrid.MouseLeaveColumn


PaintColumn[edit]

function PaintColumn (Canvas C, UWindowGridColumn Column, float MouseX, float MouseY)

Overrides: UWindowGrid.PaintColumn


Refresh[edit]

function Refresh ()


RefreshServer[edit]

function RefreshServer ()


RePing[edit]

function RePing ()


RightClickRow[edit]

function RightClickRow (int Row, float X, float Y)

Overrides: UWindowGrid.RightClickRow


SelectRow[edit]

function SelectRow (int Row)

Overrides: UWindowGrid.SelectRow


ShowInfo[edit]

function ShowInfo (UBrowserServerList List)


SortColumn[edit]

function SortColumn (UWindowGridColumn Column)

Overrides: UWindowGrid.SortColumn


Tick[edit]

function Tick (float DeltaTime)

Overrides: UWindowWindow.Tick