Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:MoComboBox (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoComboBox |
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. |
Class: GUI.GUIMoComboBox
Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved
Properties[edit]
bReadOnly[edit]
Type: bool
This Combobox is read only
MyComboBox[edit]
Type: GUIComboBox
Default values[edit]
Property | Value |
---|---|
ComponentClassName | "GUI.GUIComboBox" |
Instance functions[edit]
AddItem[edit]
Find[edit]
GetExtra[edit]
function string GetExtra ()
GetIndex[edit]
function int GetIndex ()
GetItem[edit]
GetItemObject[edit]
GetObject[edit]
function Object GetObject ()
GetText[edit]
function string GetText ()
InitComponent[edit]
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIMenuOption.InitComponent
ItemCount[edit]
function int ItemCount ()
ReadOnly[edit]
function ReadOnly (bool b)
RemoveItem[edit]
SetIndex[edit]
function SetIndex (int I)
SetText[edit]
function SetText (string NewText)