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
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase >> GUIMultiOptionListBox |
Contents
- Package:
- XInterface
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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)