Mostly Harmless

UE2:ListTest (UT2003)

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

null

Properties

tScroll

Type: GUIScrollText


Default values

Property Value
Controls[0] GUIScrollTextBox'Scroller'
Controls[1] GUIButton'btnAddItems'

Subobjects

btnAddItems

Class: XInterface.GUIButton

Property Value
OnClick AddClick
WinHeight 0.06
WinLeft 0.05
WinTop 0.55
WinWidth 0.4

Scroller

Class: XInterface.GUIScrollTextBox

Property Value
CharDelay 0.05
EOLDelay 0.6
WinHeight 0.2
WinLeft 0.05
WinTop 0.05
WinWidth 0.35

Instance functions

AddClick

function bool AddClick (GUIComponent Sender)


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent