I'm a doctor, not a mechanic
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[edit]
Property group 'GUIImageList'[edit]
bWrap[edit]
Type: bool
CurIndex[edit]
Type: int
Modifiers: editconst
Materials[edit]
MatNames[edit]
Modifiers: editinline
Default values[edit]
Property | Value |
---|---|
bAcceptsInput | True |
bCaptureMouse | True |
bTabStop | True |
StyleName | "NoBackground" |
Functions[edit]
Events[edit]
InitComponent[edit]
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIComponent.InitComponent
Other instance functions[edit]
AddMaterial[edit]
FirstImage[edit]
function FirstImage ()
GetCurMatName[edit]
function string GetCurMatName ()
internalKeyEvent[edit]
LastImage[edit]
function LastImage ()
NextImage[edit]
function NextImage ()
PrevImage[edit]
function PrevImage ()
SetIndex[edit]
function SetIndex (int index)