Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

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

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)