I don't need to test my programs. I have an error-correcting modem.

UE2:GUIImageList (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIImage >> GUIImageList

Contents

Package: 
GUI
This class in other games:
UT2003, UT2004

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

[edit] Properties

[edit] bWrap

Type: bool


[edit] CurIndex

Type: int


[edit] Materials

Type: array<Material>


[edit] MatNames

Type: array<string>


[edit] Default values

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

[edit] Instance functions

[edit] AddMaterial

function AddMaterial (string MatName, out Material Mat)


[edit] FirstImage

function FirstImage ()


[edit] GetCurMatName

function string GetCurMatName ()


[edit] InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIComponent.InitComponent


[edit] internalKeyEvent

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


[edit] LastImage

function LastImage ()


[edit] NextImage

function NextImage ()


[edit] PrevImage

function PrevImage ()


[edit] SetIndex

function SetIndex (int index)