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

UE2:GUIImageList (UT2003)

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

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

Properties[edit]

bWrap[edit]

Type: bool


CurIndex[edit]

Type: int


Materials[edit]

Type: array<Material>


MatNames[edit]

Type: array<string>


Default values[edit]

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

Instance functions[edit]

AddMaterial[edit]

function AddMaterial (string MatName, out Material Mat)


FirstImage[edit]

function FirstImage ()


GetCurMatName[edit]

function string GetCurMatName ()


InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIComponent.InitComponent


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)