There is no spoon

UE2:GUICircularImageList (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUICircularList >> GUICircularImageList
Package: 
XInterface

Created on: 09/16/2003 Support for creating circular lists like the character lists, using other materials

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties

Property group 'GUICircularImageList'

Elements

Type: array<GUI.GUIListElem>

Modifiers: editconst, editconstarray, protected


Functions

Events

Swap

event Swap (int IndexA, int IndexB)


Other instance functions

Add

function Add (Material Img, optional string Str)


Clear

function Clear ()

Overrides: GUIListBase.Clear


FindIndex

function int FindIndex (Material Img, optional string Test)


Get

function string Get (optional bool bGuarantee)


GetAtIndex

function GetAtIndex (int i, out string ItemStr, out Object Img, out string ExtraStr)


GetImage

function Material GetImage (optional bool bGuarantee)


GetImageAtIndex

function Material GetImageAtIndex (int i)


GetItemAtIndex

function string GetItemAtIndex (int i)

Overrides: GUIListBase.GetItemAtIndex


GetPendingElements

function array<GUI.GUIListElemGetPendingElements (optional bool bGuarantee)


GetPendingItems

function array<stringGetPendingItems (optional bool bGuarantee)

Overrides: GUIListBase.GetPendingItems


Insert

function Insert (int i, Material Img, optional string Str)


InternalOnDragDrop

function bool InternalOnDragDrop (GUIComponent Sender)

Overrides: GUIListBase.InternalOnDragDrop


InternalOnEndDrag

function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)

Overrides: GUIListBase.InternalOnEndDrag


LoadFrom

function LoadFrom (GUICircularImageList Source, optional bool bClearFirst)


Remove

function int Remove (int i, optional int Count)


RemoveElement

function int RemoveElement (GUI.GUIListElem Elem, optional int Count)


RemoveImage

function RemoveImage (Material Img)


RemoveItem

function RemoveItem (string Item)


RemoveSilent

function int RemoveSilent (int i, optional int Count)


Replace

function Replace (int i, Material Img, optional string Str)


SetImageAtIndex

function SetImageAtIndex (int i, Material Img)


SetItemAtIndex

function SetItemAtIndex (int i, string NewItem)