I'm a doctor, not a mechanic

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

Add

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


AddImage

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


Clear

function Clear ()

Overrides: GUIListBase.Clear


ClearPendingElements

function ClearPendingElements ()

Overrides: GUIListBase.ClearPendingElements


Down

function bool Down ()

Overrides: GUIVertList.Down


End

function End ()

Overrides: GUIVertList.End


FindImage

function int FindImage (Material Image)


FindItem

function int FindItem (int Item)


Get

function Material Get (optional bool bGuarantee)


GetAtIndex

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


GetImageAtIndex

function Material GetImageAtIndex (int i)


GetItem

function int GetItem ()


GetItemAtIndex

function string GetItemAtIndex (int i)

Overrides: GUIListBase.GetItemAtIndex


GetItemIntAtIndex

function int GetItemIntAtIndex (int i)


GetPendingElements

function array<GUI.ImageListElemGetPendingElements (optional bool bGuarantee)


Home

function Home ()

Overrides: GUIVertList.Home


IndexLocked

function bool IndexLocked (int i)


Insert

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


InsertElement

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


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)

Overrides: GUIVertList.InternalOnClick


InternalOnDragDrop

function bool InternalOnDragDrop (GUIComponent Sender)

Overrides: GUIListBase.InternalOnDragDrop


InternalOnEndDrag

function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)

Overrides: GUIListBase.InternalOnEndDrag


IsLocked

function bool IsLocked ()


LoadFrom

function LoadFrom (GUIVertImageList Source, optional bool bClearFirst)


MakeVisible

function MakeVisible (float Perc)

Overrides: GUIListBase.MakeVisible


MoveLeft

function bool MoveLeft ()

Overrides: GUIListBase.MoveLeft


MoveRight

function bool MoveRight ()

Overrides: GUIListBase.MoveRight


PgDn

function PgDn ()

Overrides: GUIVertList.PgDn


PgUp

function PgUp ()

Overrides: GUIVertList.PgUp


Remove

function int Remove (int i, optional int Count)


RemoveElement

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


RemoveImage

function RemoveImage (Material Image)


RemoveItem

function RemoveItem (int Item)


RemoveSilent

function int RemoveSilent (int i, optional int Count)


Replace

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


SetImageAtIndex

function SetImageAtIndex (int i, Material NewImage)


SetIndex

function int SetIndex (int NewIndex)

Overrides: GUIListBase.SetIndex


SetItemAtIndex

function SetItemAtIndex (int i, int NewItem)


SetTopItem

function SetTopItem (int Item)

Overrides: GUIListBase.SetTopItem


Up

function bool Up ()

Overrides: GUIVertList.Up