Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE2:MoComboBox (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoComboBox |
Contents |
| This is an auto-generated page and may need human attention. Please remove this 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
[edit] Properties
[edit] bReadOnly
Type: bool
This Combobox is read only
[edit] MyComboBox
Type: GUIComboBox
[edit] Default values
| Property | Value |
|---|---|
| ComponentClassName | "GUI.GUIComboBox" |
[edit] Instance functions
[edit] AddItem
[edit] Find
[edit] GetExtra
function string GetExtra ()
[edit] GetIndex
function int GetIndex ()
[edit] GetItem
[edit] GetItemObject
[edit] GetObject
function Object GetObject ()
[edit] GetText
function string GetText ()
[edit] InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIMenuOption.InitComponent
[edit] ItemCount
function int ItemCount ()
[edit] ReadOnly
function ReadOnly (bool b)
[edit] RemoveItem
[edit] SetIndex
function SetIndex (int I)
[edit] SetText
function SetText (string NewText)
