Gah - a solution with more questions. – EntropicLqd

UE2:GUIComboBox instance functions (UT2004)

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

Instance functions

AddItem

function AddItem (string Item, optional Object Extra, optional string Str)


CenterMouse

function CenterMouse ()

Overrides: GUIMultiComponent.CenterMouse


Clear

function Clear ()


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 Obj)


Get

function string Get ()


GetExtra

function string GetExtra ()


GetIndex

function int GetIndex ()


GetItem

function string GetItem (int index)


GetItemObject

function Object GetItemObject (int index)


GetObject

function Object GetObject ()


GetText

function string GetText ()


HideListBox

function HideListBox ()


InternalEditPressed

function InternalEditPressed (GUIComponent Sender, bool bRepeat)


InternalListClick

function bool InternalListClick (GUIComponent Sender)


InternalListDeActivate

function InternalListDeActivate ()


InternalOnInvalidate

function InternalOnInvalidate (GUIComponent Who)


InternalOnKeyEvent

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


InternalOnLoadIni

function InternalOnLoadIni (GUIComponent Sender, string S)


InternalOnMousePressed

function InternalOnMousePressed (GUIComponent Sender, bool bRepeat)


InternalOnSaveIni

function string InternalOnSaveIni (GUIComponent Sender)


ItemChanged

function ItemChanged (GUIComponent Sender)


ItemCount

function int ItemCount ()


ReadOnly

function ReadOnly (bool b)


RemoveItem

function RemoveItem (int Item, optional int Count)


SetExtra

function SetExtra (string NewExtra, optional bool bListItemsOnly)


SetFriendlyLabel

function SetFriendlyLabel (GUILabel NewLabel)

Overrides: GUIComponent.SetFriendlyLabel


SetHint

function SetHint (string NewHint)

Overrides: GUIComponent.SetHint


SetIndex

function SetIndex (int I)


SetText

function SetText (string NewText, optional bool bListItemsOnly)


ShowListBox

function bool ShowListBox (GUIComponent Sender)


TextChanged

function TextChanged (GUIComponent Sender)