There is no spoon

UE2:GUIListBase instance functions (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase (instance functions)

Instance functions

AddLinkObject

function int AddLinkObject (GUIComponent NewObj, optional bool bNoCheck)


CheckDragSelect

function CheckDragSelect ()


Clear

function Clear ()


ClearPendingElements

function ClearPendingElements ()


DisableLinkedObjects

function DisableLinkedObjects ()


Down

function bool Down ()


EnableLinkedObjects

function EnableLinkedObjects ()


End

function End ()


GetItemAtIndex

function string GetItemAtIndex (int idx)


GetPendingItems

function array<stringGetPendingItems (optional bool bGuarantee)


Home

function Home ()


IndexChanged

function IndexChanged (GUIComponent Sender)


InitLinkObjects

function InitLinkObjects (array<GUIComponentNewObj, optional bool bNoCheck)


InternalOnBeginDrag

function bool InternalOnBeginDrag (GUIComponent Sender)


InternalOnDragDrop

function bool InternalOnDragDrop (GUIComponent Sender)


InternalOnDragEnter

function InternalOnDragEnter (GUIComponent Sender)


InternalOnDragLeave

function InternalOnDragLeave (GUIComponent Sender)


InternalOnDragOver

function InternalOnDragOver (GUIComponent Sender)


InternalOnEndDrag

function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)


InternalOnKeyEvent

function bool InternalOnKeyEvent (out byte Key, out byte KeyState, float Delta)


InternalOnMousePressed

function InternalOnMousePressed (GUIComponent Sender, bool IsRepeat)


InternalOnMouseRelease

function InternalOnMouseRelease (GUIComponent Sender)


InternalOnRightClick

function bool InternalOnRightClick (GUIComponent Sender)


IsValid

function bool IsValid ()


IsValidIndex

function bool IsValidIndex (int i)


MakeVisible

function MakeVisible (float Perc)


MoveLeft

function bool MoveLeft ()


MoveRight

function bool MoveRight ()


PgDn

function PgDn ()


PgUp

function PgUp ()


SetIndex

function int SetIndex (int NewIndex)


SetOutlineAlpha

function SetOutlineAlpha (int NewAlpha)


SetTopItem

function SetTopItem (int Item)


SilentSetIndex

function int SilentSetIndex (int NewIndex)


Sort

function Sort ()


Up

function bool Up ()


WheelDown

function WheelDown ()


WheelUp

function WheelUp ()