There is no spoon

UE2:GUIVertList (UT2004)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList
Package: 
XInterface
Direct subclasses:
DirectoryTreeList, GUIList, GUIMultiColumnList, GUIMultiOptionList, GUITreeList, GUIVertImageList
This class in other games:
UT2003, UE2Runtime

null

Default values[edit]

Property Value
bRequiresStyle True
OnClick InternalOnClick

Delegates[edit]

GetItemHeight[edit]

delegate float GetItemHeight (Canvas C)


Functions[edit]

Events[edit]

CalculateIndex[edit]

event int CalculateIndex (optional bool bRequireValidIndex)

Overrides: GUIListBase.CalculateIndex


Other instance functions[edit]

CenterMouse[edit]

function CenterMouse ()

Overrides: GUIComponent.CenterMouse


Down[edit]

function bool Down ()

Overrides: GUIListBase.Down


End[edit]

function End ()

Overrides: GUIListBase.End


Home[edit]

function Home ()

Overrides: GUIListBase.Home


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)


InternalOnKeyType[edit]

function bool InternalOnKeyType (out byte Key, optional string Unicode)


PgDn[edit]

function PgDn ()

Overrides: GUIListBase.PgDn


PgUp[edit]

function PgUp ()

Overrides: GUIListBase.PgUp


Up[edit]

function bool Up ()

Overrides: GUIListBase.Up


WheelDown[edit]

function WheelDown ()

Overrides: GUIListBase.WheelDown


WheelUp[edit]

function WheelUp ()

Overrides: GUIListBase.WheelUp