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
Jump to: navigation, search
RTNP Object >> UWindowBase >> UWindowWindow >> UWindowGrid >> UBrowserRulesGrid
Package: 
UBrowser
This class in other games:
U1, UT

UBrowserRulesGrid

Properties

RuleText

Type: string

Modifiers: localized


Default value: "Rule"

ValueText

Type: string

Modifiers: localized


Default value: "Value"

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