Always snap to grid

UE2:GUIVertImageListBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase >> GUIVertImageListBox
Package: 
XInterface

(C) 2002, Epic Games

Properties[edit]

Property group 'GUIVertImageListBox'[edit]

CellStyle[edit]

Type: GUI.eCellStyle


HorzBorder[edit]

Type: int


Default value: 2

ImageScale[edit]

Type: float

Scale value for the images

Default value: 1.0

NoVisibleCols[edit]

Type: int

How many cols of visible images are there

NoVisibleRows[edit]

Type: int

How many rows of visible images are there

VertBorder[edit]

Type: int

How much white space

Default value: 2

Internal variables[edit]

List[edit]

Type: GUIVertImageList


Default values[edit]

Property Value
DefaultListClass "XInterface.GUIVertImageList"

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIListBoxBase.InitComponent


Other instance functions[edit]

AddImage[edit]

function AddImage (Material Image, optional int Item)


Clear[edit]

function Clear ()


InitBaseList[edit]

function InitBaseList (GUIListBase LocalList)

Overrides: GUIListBoxBase.InitBaseList


InternalOnChange[edit]

function InternalOnChange (GUIComponent Sender)


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)


ItemCount[edit]

function int ItemCount ()


MyClose[edit]

function bool MyClose (GUIContextMenu Sender)


MyOpen[edit]

function bool MyOpen (GUIContextMenu Menu, GUIComponent ContextMenuOwner)