I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:MoComboBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoComboBox
Package: 
XInterface
This class in other games:
UE2Runtime, UT2003

Class: UT2K4UI.GUIMoComboBox

Written by Joe Wilcox Updated by Ron Prestenback (c) 2002, 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

Property group 'Option'[edit]

bAlwaysNotify[edit]

Type: bool

Always pass OnChange events, even when selecting currently selected item

bReadOnly[edit]

Type: bool


MyComboBox[edit]

Type: GUIComboBox

Modifiers: editconst, noexport


Default values[edit]

Property Value
ComponentClassName "XInterface.GUIComboBox"

Functions[edit]

Events[edit]

FocusFirst[edit]

event bool FocusFirst (GUIComponent Sender)

Overrides: GUIMultiComponent.FocusFirst


InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMenuOption.InitComponent


Other instance functions[edit]

AddItem[edit]

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


Find[edit]

function string Find (string Test, optional bool bExact, optional bool bExtra)


FindExtra[edit]

function int FindExtra (string Test, optional bool bExact)


FindIndex[edit]

function int FindIndex (string Test, optional bool bExact, optional bool bExtra, optional Object Obj)


GetComponentValue[edit]

function string GetComponentValue ()

Overrides: GUIMenuOption.GetComponentValue


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 ()


ItemCount[edit]

function int ItemCount ()


ReadOnly[edit]

function ReadOnly (bool b)


RemoveItem[edit]

function RemoveItem (int item, optional int Count)


ResetComponent[edit]

function ResetComponent ()

Overrides: GUIMenuOption.ResetComponent


SetComponentValue[edit]

function SetComponentValue (coerce string NewValue, optional bool bNoChange)

Overrides: GUIMenuOption.SetComponentValue


SetExtra[edit]

function SetExtra (string NewExtra, optional bool bListItemsOnly)


SetIndex[edit]

function SetIndex (int I)


SetReadOnly[edit]

function SetReadOnly (bool b)

Overrides: GUIMenuOption.SetReadOnly


SetText[edit]

function SetText (string NewText, optional bool bListItemsOnly)


SilentSetIndex[edit]

function SilentSetIndex (int i)