Cogito, ergo sum

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[edit]

AddItem[edit]

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


CenterMouse[edit]

function CenterMouse ()

Overrides: GUIMultiComponent.CenterMouse


Clear[edit]

function Clear ()


find[edit]

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


FindExtra[edit]

function int FindExtra (string Text, optional bool bExact)


FindIndex[edit]

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


Get[edit]

function string Get ()


GetExtra[edit]

function string GetExtra ()


GetIndex[edit]

function int GetIndex ()


GetItem[edit]

function string GetItem (int index)


GetItemObject[edit]

function Object GetItemObject (int index)


GetObject[edit]

function Object GetObject ()


GetText[edit]

function string GetText ()


HideListBox[edit]

function HideListBox ()


InternalEditPressed[edit]

function InternalEditPressed (GUIComponent Sender, bool bRepeat)


InternalListClick[edit]

function bool InternalListClick (GUIComponent Sender)


InternalListDeActivate[edit]

function InternalListDeActivate ()


InternalOnInvalidate[edit]

function InternalOnInvalidate (GUIComponent Who)


InternalOnKeyEvent[edit]

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


InternalOnLoadIni[edit]

function InternalOnLoadIni (GUIComponent Sender, string S)


InternalOnMousePressed[edit]

function InternalOnMousePressed (GUIComponent Sender, bool bRepeat)


InternalOnSaveIni[edit]

function string InternalOnSaveIni (GUIComponent Sender)


ItemChanged[edit]

function ItemChanged (GUIComponent Sender)


ItemCount[edit]

function int ItemCount ()


ReadOnly[edit]

function ReadOnly (bool b)


RemoveItem[edit]

function RemoveItem (int Item, optional int Count)


SetExtra[edit]

function SetExtra (string NewExtra, optional bool bListItemsOnly)


SetFriendlyLabel[edit]

function SetFriendlyLabel (GUILabel NewLabel)

Overrides: GUIComponent.SetFriendlyLabel


SetHint[edit]

function SetHint (string NewHint)

Overrides: GUIComponent.SetHint


SetIndex[edit]

function SetIndex (int I)


SetText[edit]

function SetText (string NewText, optional bool bListItemsOnly)


ShowListBox[edit]

function bool ShowListBox (GUIComponent Sender)


TextChanged[edit]

function TextChanged (GUIComponent Sender)