I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
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
bReadOnly
Type: bool
This Combobox is read only
MyComboBox
Type: GUIComboBox
Default values
Property | Value |
---|---|
ComponentClassName | "GUI.GUIComboBox" |
Instance functions
AddItem
Find
GetExtra
function string GetExtra ()
GetIndex
function int GetIndex ()
GetItem
GetItemObject
GetObject
function Object GetObject ()
GetText
function string GetText ()
InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIMenuOption.InitComponent
ItemCount
function int ItemCount ()
ReadOnly
function ReadOnly (bool b)
RemoveItem
SetIndex
function SetIndex (int I)
SetText
function SetText (string NewText)