Gah - a solution with more questions. – EntropicLqd

UE2:GUIVertList (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList
Package: 
GUI
Direct subclasses:
GUIList, GUIMultiColumnList
This class in other games:
UT2003, UT2004

Class: GUI.GUIVertList Parent: GUI.GUIListBase

<Enter a description here>

Instance functions[edit]

Down[edit]

function Down ()


End[edit]

function End ()


Home[edit]

function Home ()


InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIComponent.InitComponent


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)


InternalOnKeyEvent[edit]

function bool InternalOnKeyEvent (out byte Key, out byte State, float delta)


InternalOnKeyType[edit]

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


InternalOnXControllerEvent[edit]

function bool InternalOnXControllerEvent (byte Id, GUI.eXControllerCodes iCode)


PgDn[edit]

function PgDn ()


PgUp[edit]

function PgUp ()


Up[edit]

function Up ()


WheelDown[edit]

function WheelDown ()


WheelUp[edit]

function WheelUp ()