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
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

End

function End ()


Home

function Home ()


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIComponent.InitComponent


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


InternalOnKeyEvent

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


InternalOnKeyType

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


PgDn

function PgDn ()


PgUp

function PgUp ()


ScrollLeft

function ScrollLeft ()


ScrollRight

function ScrollRight ()


WheelDown

function WheelDown ()


WheelUp

function WheelUp ()