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

UE2:GUIHorzList (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIListBase >> GUIHorzList
Package: 
XInterface
This class in other games:
UE2Runtime, UT2004

Class: XInterface.GUIHorzList Parent: XInterface.GUIListBase

<Enter a description here>

Instance functions[edit]

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)


PgDn[edit]

function PgDn ()


PgUp[edit]

function PgUp ()


ScrollLeft[edit]

function ScrollLeft ()


ScrollRight[edit]

function ScrollRight ()


WheelDown[edit]

function WheelDown ()


WheelUp[edit]

function WheelUp ()