There is no spoon

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[edit]

bReadOnly[edit]

Type: bool

This Combobox is read only

MyComboBox[edit]

Type: GUIComboBox


Default values[edit]

Property Value
ComponentClassName "xinterface.GUIComboBox"

Instance functions[edit]

AddItem[edit]

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


Find[edit]

function string Find (string Test, bool bExact)


GetExtra[edit]

function string GetExtra ()


GetIndex[edit]

function int GetIndex ()


GetItem[edit]

function string GetItem (int index)


GetItemObject[edit]

function Object GetItemObject (int index)


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]

function RemoveItem (int item, optional int Count)


SetIndex[edit]

function SetIndex (int I)


SetText[edit]

function SetText (string NewText)