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

Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoComboBox

Contents

Package: 
GUI
This class in other games:
UT2003, UT2004

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

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


[edit] Find

function string Find (string Test, bool bExact)


[edit] GetExtra

function string GetExtra ()


[edit] GetIndex

function int GetIndex ()


[edit] GetItem

function string GetItem (int index)


[edit] GetItemObject

function Object GetItemObject (int index)


[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

function RemoveItem (int item, optional int Count)


[edit] SetIndex

function SetIndex (int I)


[edit] SetText

function SetText (string NewText)