The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:GUIVertImageList instance functions (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIVertImageList (instance functions)

Instance functions[edit]

Add[edit]

function Add (Material Image, optional int Item, optional int Locked)


AddImage[edit]

function AddImage (GUI.ImageListElem NewElem, optional int Locked)


Clear[edit]

function Clear ()

Overrides: GUIListBase.Clear


ClearPendingElements[edit]

function ClearPendingElements ()

Overrides: GUIListBase.ClearPendingElements


Down[edit]

function bool Down ()

Overrides: GUIVertList.Down


End[edit]

function End ()

Overrides: GUIVertList.End


FindImage[edit]

function int FindImage (Material Image)


FindItem[edit]

function int FindItem (int Item)


Get[edit]

function Material Get (optional bool bGuarantee)


GetAtIndex[edit]

function GetAtIndex (int i, out Material Image, out int Item, out int Locked)


GetImageAtIndex[edit]

function Material GetImageAtIndex (int i)


GetItem[edit]

function int GetItem ()


GetItemAtIndex[edit]

function string GetItemAtIndex (int i)

Overrides: GUIListBase.GetItemAtIndex


GetItemIntAtIndex[edit]

function int GetItemIntAtIndex (int i)


GetPendingElements[edit]

function array<GUI.ImageListElemGetPendingElements (optional bool bGuarantee)


Home[edit]

function Home ()

Overrides: GUIVertList.Home


IndexLocked[edit]

function bool IndexLocked (int i)


Insert[edit]

function Insert (int i, Material NewImage, optional int NewItem, optional int Locked)


InsertElement[edit]

function InsertElement (int i, GUI.ImageListElem NewElem, optional int Locked)


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)

Overrides: GUIVertList.InternalOnClick


InternalOnDragDrop[edit]

function bool InternalOnDragDrop (GUIComponent Sender)

Overrides: GUIListBase.InternalOnDragDrop


InternalOnEndDrag[edit]

function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)

Overrides: GUIListBase.InternalOnEndDrag


IsLocked[edit]

function bool IsLocked ()


LoadFrom[edit]

function LoadFrom (GUIVertImageList Source, optional bool bClearFirst)


MakeVisible[edit]

function MakeVisible (float Perc)

Overrides: GUIListBase.MakeVisible


MoveLeft[edit]

function bool MoveLeft ()

Overrides: GUIListBase.MoveLeft


MoveRight[edit]

function bool MoveRight ()

Overrides: GUIListBase.MoveRight


PgDn[edit]

function PgDn ()

Overrides: GUIVertList.PgDn


PgUp[edit]

function PgUp ()

Overrides: GUIVertList.PgUp


Remove[edit]

function int Remove (int i, optional int Count)


RemoveElement[edit]

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


RemoveImage[edit]

function RemoveImage (Material Image)


RemoveItem[edit]

function RemoveItem (int Item)


RemoveSilent[edit]

function int RemoveSilent (int i, optional int Count)


Replace[edit]

function Replace (int i, Material NewImage, optional int NewItem, optional int Locked)


SetImageAtIndex[edit]

function SetImageAtIndex (int i, Material NewImage)


SetIndex[edit]

function int SetIndex (int NewIndex)

Overrides: GUIListBase.SetIndex


SetItemAtIndex[edit]

function SetItemAtIndex (int i, int NewItem)


SetTopItem[edit]

function SetTopItem (int Item)

Overrides: GUIListBase.SetTopItem


Up[edit]

function bool Up ()

Overrides: GUIVertList.Up