I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:GUIImageList (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIImage >> GUIImageList |
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
bWrap
Type: bool
CurIndex
Type: int
Materials
MatNames
Default values
Property | Value |
---|---|
bAcceptsInput | True |
bCaptureMouse | True |
bTabStop | True |
StyleName | "NoBackground" |
Instance functions
AddMaterial
FirstImage
function FirstImage ()
GetCurMatName
function string GetCurMatName ()
InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIComponent.InitComponent
internalKeyEvent
LastImage
function LastImage ()
NextImage
function NextImage ()
PrevImage
function PrevImage ()
SetIndex
function SetIndex (int index)