Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
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 this 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
[edit] Properties
[edit] Property group 'GUIImageList'
[edit] bWrap
Type: bool
[edit] CurIndex
Type: int
Modifiers: editconst
[edit] Materials
[edit] MatNames
Modifiers: editinline
[edit] Default values
| Property | Value |
|---|---|
| bAcceptsInput | True |
| bCaptureMouse | True |
| bTabStop | True |
| StyleName | "NoBackground" |
[edit] Functions
[edit] Events
[edit] InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIComponent.InitComponent
[edit] Other instance functions
[edit] AddMaterial
[edit] FirstImage
function FirstImage ()
[edit] GetCurMatName
function string GetCurMatName ()
[edit] internalKeyEvent
[edit] LastImage
function LastImage ()
[edit] NextImage
function NextImage ()
[edit] PrevImage
function PrevImage ()
[edit] SetIndex
function SetIndex (int index)
