Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE1:UBrowserRulesGrid (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 >> UBrowserRulesGrid
Package: 
UBrowser
This class in other games:
U1, UT

UBrowserRulesGrid

Properties[edit]

RuleText[edit]

Type: string

Modifiers: localized


Default value: "Rule"

ValueText[edit]

Type: string

Modifiers: localized


Default value: "Value"

Instance functions[edit]

Created[edit]

function Created ()

Overrides: UWindowGrid.Created


PaintColumn[edit]

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

Overrides: UWindowGrid.PaintColumn


RightClickRow[edit]

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

Overrides: UWindowGrid.RightClickRow


SelectRow[edit]

function SelectRow (int Row)

Overrides: UWindowGrid.SelectRow


SortColumn[edit]

function SortColumn (UWindowGridColumn Column)

Overrides: UWindowGrid.SortColumn