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
Object >> GUI >> GUIComponent >> GUIImage >> GUIImageList |
Contents
- Package:
- XInterface
- This class in other games:
- UE2Runtime, UT2003
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
MatNames
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
FirstImage
function FirstImage ()
GetCurMatName
function string GetCurMatName ()
internalKeyEvent
LastImage
function LastImage ()
NextImage
function NextImage ()
PrevImage
function PrevImage ()
SetIndex
function SetIndex (int index)