I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:GUIMultiOptionListBox (UT2004)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase >> GUIMultiOptionListBox
Package: 
XInterface

Listbox for GUIMultiOptionLists

Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

Property group 'GUIMultiOptionListBox'[edit]

List[edit]

Type: GUIMultiOptionList

Modifiers: editconst


NumColumns[edit]

Type: int


Default value: 1

Default values[edit]

Property Value
DefaultListClass "XInterface.GUIMultiOptionList"

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIListBoxBase.InitComponent


Other instance functions[edit]

DisableMe[edit]

singular function DisableMe ()

Overrides: GUIMultiComponent.DisableMe


EnableMe[edit]

singular function EnableMe ()

Overrides: GUIMultiComponent.EnableMe


InitBaseList[edit]

function InitBaseList (GUIListBase LocalList)

Overrides: GUIListBoxBase.InitBaseList


InternalOnChange[edit]

function InternalOnChange (GUIComponent Sender)


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)


InternalOnCreateComponent[edit]

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)

Overrides: GUIListBoxBase.InternalOnCreateComponent


InternalOnScrollRelease[edit]

function InternalOnScrollRelease (GUIComponent Sender)


ItemCount[edit]

function int ItemCount ()


ListCreateComponent[edit]

function ListCreateComponent (GUIMenuOption NewComp, GUIMultiOptionList Sender)


ListLoadIni[edit]

function ListLoadIni (GUIComponent Sender, string S)


ListSaveIni[edit]

function string ListSaveIni (GUIComponent Sender)