UE2:GUIImageList (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UT2004 Object >> GUI >> GUIComponent >> GUIImage >> GUIImageList
Package:
XInterface
This class in other games:

GUIImageList is simply a GUIImage that has its current image selected from an array It rotates using mouse wheel/arrow keys

Properties

Property group 'GUIImageList'

bWrap

Type: bool


CurIndex

Type: int

Modifiers: editconst


Materials

Type: array<Material>


MatNames

Type: array<string>

Modifiers: editinline


Default values

Property Value
bAcceptsInput True
bCaptureMouse True
bTabStop True
StyleName "NoBackground"

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIComponent.InitComponent


Other instance functions

AddMaterial

function AddMaterial (string MatName, out Material Mat)


FirstImage

function FirstImage ()


GetCurMatName

function string GetCurMatName ()


internalKeyEvent

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


LastImage

function LastImage ()


NextImage

function NextImage ()


PrevImage

function PrevImage ()


SetIndex

function SetIndex (int index)