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
| Object >> GUI >> GUIComponent >> GUIImage >> GUIImageList |
Contents |
| 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] bWrap
Type: bool
[edit] CurIndex
Type: int
[edit] Materials
[edit] MatNames
[edit] Default values
| Property | Value |
|---|---|
| bAcceptsInput | True |
| bCaptureMouse | True |
| bTabStop | True |
| StyleName | "NoBackground" |
[edit] Instance functions
[edit] AddMaterial
[edit] FirstImage
function FirstImage ()
[edit] GetCurMatName
function string GetCurMatName ()
[edit] InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIComponent.InitComponent
[edit] internalKeyEvent
[edit] LastImage
function LastImage ()
[edit] NextImage
function NextImage ()
[edit] PrevImage
function PrevImage ()
[edit] SetIndex
function SetIndex (int index)
