Gah - a solution with more questions. – EntropicLqd
UE2:GUIComboBox instance functions (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIComboBox (instance functions) |
Contents
- 1 Instance functions
- 1.1 AddItem
- 1.2 CenterMouse
- 1.3 Clear
- 1.4 find
- 1.5 FindExtra
- 1.6 FindIndex
- 1.7 Get
- 1.8 GetExtra
- 1.9 GetIndex
- 1.10 GetItem
- 1.11 GetItemObject
- 1.12 GetObject
- 1.13 GetText
- 1.14 HideListBox
- 1.15 InternalEditPressed
- 1.16 InternalListClick
- 1.17 InternalListDeActivate
- 1.18 InternalOnInvalidate
- 1.19 InternalOnKeyEvent
- 1.20 InternalOnLoadIni
- 1.21 InternalOnMousePressed
- 1.22 InternalOnSaveIni
- 1.23 ItemChanged
- 1.24 ItemCount
- 1.25 ReadOnly
- 1.26 RemoveItem
- 1.27 SetExtra
- 1.28 SetFriendlyLabel
- 1.29 SetHint
- 1.30 SetIndex
- 1.31 SetText
- 1.32 ShowListBox
- 1.33 TextChanged
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Instance functions
AddItem
CenterMouse
function CenterMouse ()
Overrides: GUIMultiComponent.CenterMouse
Clear
function Clear ()
find
FindExtra
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
GetItemObject
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
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
SetExtra
SetFriendlyLabel
function SetFriendlyLabel (GUILabel NewLabel)
Overrides: GUIComponent.SetFriendlyLabel
SetHint
function SetHint (string NewHint)
Overrides: GUIComponent.SetHint
SetIndex
function SetIndex (int I)
SetText
ShowListBox
function bool ShowListBox (GUIComponent Sender)
TextChanged
function TextChanged (GUIComponent Sender)