UE2:GUIList instance functions (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIList (instance functions)

Instance functions

Add

function Add (string NewItem, optional Object obj, optional string Str, optional bool bSection)


AddElement

function AddElement (GUI.GUIListElem NewElem)


Clear

function Clear ()

Overrides: GUIListBase.Clear


ClearPendingElements

function ClearPendingElements ()

Overrides: GUIListBase.ClearPendingElements


Find

function string Find (string Text, optional bool bExact, optional bool bExtra)


FindExtra

function int FindExtra (string Text, optional bool bExact)


FindIndex

function int FindIndex (string Test, optional bool bExact, optional bool bExtra, optional Object TestObject)


FindItemObject

function int FindItemObject (Object Obj)


Get

function string Get (optional bool bGuarantee)


GetAtIndex

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


GetExtra

function string GetExtra ()


GetExtraAtIndex

function string GetExtraAtIndex (int i)


GetItemAtIndex

function string GetItemAtIndex (int i)

Overrides: GUIListBase.GetItemAtIndex


GetObject

function Object GetObject ()


GetObjectAtIndex

function Object GetObjectAtIndex (int i)


GetPendingElements

function array<GUI.GUIListElemGetPendingElements (optional bool bGuarantee)


Insert

function Insert (int i, string NewItem, optional Object obj, optional string Str, optional bool bNoSort, optional bool bSection)


InsertElement

function InsertElement (int i, GUI.GUIListElem NewElem, optional bool bNoSort)


InternalOnDragDrop

function bool InternalOnDragDrop (GUIComponent Sender)

Overrides: GUIListBase.InternalOnDragDrop


InternalOnEndDrag

function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)

Overrides: GUIListBase.InternalOnEndDrag


IsSection

function bool IsSection ()


LoadFrom

function LoadFrom (GUIList Source, optional bool bClearFirst)


Remove

function int Remove (int i, optional int Count, optional bool bNoSort)


RemoveElement

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


RemoveExtra

function RemoveExtra (string Str)


RemoveItem

function RemoveItem (string Item)


RemoveObject

function RemoveObject (Object Obj)


RemoveSilent

function int RemoveSilent (int i, optional int Count)


Replace

function Replace (int i, string NewItem, optional Object obj, optional string Str, optional bool bNoSort)


SelectedText

function string SelectedText ()


SetExtraAtIndex

function SetExtraAtIndex (int i, string NewExtra)


SetItemAtIndex

function SetItemAtIndex (int i, string NewItem)


SetObjectAtIndex

function SetObjectAtIndex (int i, Object NewObject)


Sort

function Sort ()

Overrides: GUIListBase.Sort