I'm a doctor, not a mechanic

UE2:GUIHorzList (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIListBase >> GUIHorzList

Contents

Package: 
GUI
This class in other games:
UT2003, UT2004

Class: GUI.GUIHorzList Parent: GUI.GUIListBase

<Enter a description here>

[edit] Instance functions

[edit] End

function End ()


[edit] Home

function Home ()


[edit] InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIComponent.InitComponent


[edit] InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


[edit] InternalOnKeyEvent

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


[edit] InternalOnKeyType

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


[edit] InternalOnXControllerEvent

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


[edit] PgDn

function PgDn ()


[edit] PgUp

function PgUp ()


[edit] ScrollLeft

function ScrollLeft ()


[edit] ScrollRight

function ScrollRight ()


[edit] WheelDown

function WheelDown ()


[edit] WheelUp

function WheelUp ()