I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:GUIVertList (UE2Runtime)

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

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

Down

function Down ()


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)


InternalOnXControllerEvent

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


PgDn

function PgDn ()


PgUp

function PgUp ()


Up

function Up ()


WheelDown

function WheelDown ()


WheelUp

function WheelUp ()