Functions Summary |
 | | Add (Material Img, optional string Str ))
|
 | | Clear ()))
|
 | int | FindIndex (Material Img, optional string Test))
|
 | string | Get (optional bool bGuarantee))
|
 | | GetAtIndex (int i, out string ItemStr, out Object Img, out string ExtraStr))
|
 | Material | GetImage (optional bool bGuarantee))
|
 | Material | GetImageAtIndex (int i))
|
 | string | GetItemAtIndex (int i))
|
 | array<GUIListElem> | GetPendingElements (optional bool bGuarantee))
|
 | array<string> | GetPendingItems (optional bool bGuarantee))
|
 | | Insert (int i, Material Img, optional string Str))
|
 | bool | InternalOnDragDrop (GUIComponent Sender))
|
 | | InternalOnEndDrag (GUIComponent Accepting, bool bAccepted))
|
 | | LoadFrom (GUICircularImageList Source, optional bool bClearFirst))
|
 | int | Remove (int i, optional int Count))
|
 | int | RemoveElement (GUIListElem Elem, optional int Count))
|
 | | RemoveImage (Material Img))
|
 | | RemoveItem (string Item))
|
 | int | RemoveSilent (int i, optional int Count))
|
 | | Replace (int i, Material Img, optional string Str))
|
 | | SetImageAtIndex (int i, Material Img))
|
 | | SetItemAtIndex (int i, string NewItem))
|
 | | Swap (int IndexA, int IndexB))
|