Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE2:GUIImageList (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIImage >> GUIImageList |
- Package:
- XInterface
- This class in other games:
- UE2Runtime, UT2004
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[edit]
bWrap[edit]
Type: bool
CurIndex[edit]
Type: int
Materials[edit]
MatNames[edit]
Default values[edit]
Property | Value |
---|---|
bAcceptsInput | True |
bCaptureMouse | True |
bTabStop | True |
StyleName | "NoBackground" |
Instance functions[edit]
AddMaterial[edit]
FirstImage[edit]
function FirstImage ()
GetCurMatName[edit]
function string GetCurMatName ()
InitComponent[edit]
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIComponent.InitComponent
internalKeyEvent[edit]
LastImage[edit]
function LastImage ()
NextImage[edit]
function NextImage ()
PrevImage[edit]
function PrevImage ()
SetIndex[edit]
function SetIndex (int index)