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

UE1:UBrowserPlayerGrid (RTNP)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
RTNP Object >> UWindowBase >> UWindowWindow >> UWindowGrid >> UBrowserPlayerGrid
Package: 
UBrowser
This class in other games:
U1, UT

UBrowserPlayerGrid

Properties

FragsText

Type: string

Modifiers: localized


Default value: "Frags"

IDText

Type: string

Modifiers: localized


Default value: "ID"

MeshText

Type: string

Modifiers: localized


Default value: "Mesh"

NameText

Type: string

Modifiers: localized


Default value: "Name"

PingText

Type: string

Modifiers: localized


Default value: "Ping"

SkinText

Type: string

Modifiers: localized


Default value: "Skin"

TeamText

Type: string

Modifiers: localized


Default value: "Team"

Instance functions

Created

function Created ()

Overrides: UWindowGrid.Created


PaintColumn

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

Overrides: UWindowGrid.PaintColumn


RightClickRow

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

Overrides: UWindowGrid.RightClickRow


SelectRow

function SelectRow (int Row)

Overrides: UWindowGrid.SelectRow


SortColumn

function SortColumn (UWindowGridColumn Column)

Overrides: UWindowGrid.SortColumn