I'm a doctor, not a mechanic

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)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIImage >> GUIImageList
Package: 
XInterface
This class in other games:
UE2Runtime, UT2003

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

Properties[edit]

Property group 'GUIImageList'[edit]

bWrap[edit]

Type: bool


CurIndex[edit]

Type: int

Modifiers: editconst


Materials[edit]

Type: array<Material>


MatNames[edit]

Type: array<string>

Modifiers: editinline


Default values[edit]

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

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIComponent.InitComponent


Other instance functions[edit]

AddMaterial[edit]

function AddMaterial (string MatName, out Material Mat)


FirstImage[edit]

function FirstImage ()


GetCurMatName[edit]

function string GetCurMatName ()


internalKeyEvent[edit]

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


LastImage[edit]

function LastImage ()


NextImage[edit]

function NextImage ()


PrevImage[edit]

function PrevImage ()


SetIndex[edit]

function SetIndex (int index)