The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:MoComboBox (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoComboBox
Package: 
XInterface
This class in other games:
UE2Runtime, UT2004

Class: xInterface.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 "xinterface.GUIComboBox"

Instance functions

AddItem

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


Find

function string Find (string Test, bool bExact)


GetExtra

function string GetExtra ()


GetIndex

function int GetIndex ()


GetItem

function string GetItem (int index)


GetItemObject

function Object GetItemObject (int index)


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

function RemoveItem (int item, optional int Count)


SetIndex

function SetIndex (int I)


SetText

function SetText (string NewText)