I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:GUICircularList (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 >> GUICircularList
Package: 
GUI
This class in other games:
UT2003, UT2004

Class: GUI.GUICircularList Parent: GUI.GUIListBase

<Enter a description here>

Properties

bAllowSelectEmpty

Type: bool

If true, allows selection of empty slots

Default value: True

bCenterInBounds

Type: bool

Center the list in the bounding box

Default value: True

bFillBounds

Type: bool

If true, the list will take up the whole bounding box

bIgnoreBackClick

Type: bool

If true, will ignore any click on back region

Default value: True

FixedItemsPerPage

Type: int

There are a fixed number of items in the list

Instance functions

CalculateOffset

function float CalculateOffset (float MouseX)


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)


InternalOnXControllerEvent

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


PgDown

function PgDown ()


PgUp

function PgUp ()


ScrollLeft

function ScrollLeft ()


ScrollRight

function ScrollRight ()


WheelDown

function WheelDown ()


WheelUp

function WheelUp ()