UE2:GUIScrollTextBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase >> GUIScrollTextBox
Package:
XInterface
This class in other games:

Parent: GUIListBoxBase Class: UT2K4UI.GUIScrollTextBox Date: 05-01-2003

ListBox container for a scrolling text list

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

Properties

Property group 'GUIScrollText'

bNoTeletype

Type: bool

Dont do the teletyping effect at all

bRepeat

Type: bool

Should the sequence be repeated ?

bStripColors

Type: bool

Strip out IRC-style colour characters (^C)

CharDelay

Type: float

This is the delay between each char

Default value: 0.25

EOLDelay

Type: float

This is the delay to use when reaching end of line

Default value: 0.75

InitialDelay

Type: float

Initial delay after new content was set

RepeatDelay

Type: float

This is used after all the text has been displayed and bRepeat is true

Default value: 3.0

Separator

Type: string

Propagate to GUIScrollText

Default value: "|"

TextAlign

Type: GUI.eTextAlign

How is text Aligned in the control

Property group 'GUIScrollTextBox'

COMMA

Type: string

fake const's

ESC

Type: string


Internal variables

MyScrollText

Type: GUIScrollText


Default values

Property Value
DefaultListClass "XInterface.GUIScrollText"
FontScale FNS_Medium

Functions

Events

Created

event Created ()

Overrides: Object.Created


InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIListBoxBase.InitComponent


Other instance functions

AddText

function AddText (string NewText)


InitBaseList

function InitBaseList (GUIListBase LocalList)

Overrides: GUIListBoxBase.InitBaseList


InternalOnAdjustTop

function InternalOnAdjustTop (GUIComponent Sender)


InternalOnCreateComponent

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)

Overrides: GUIListBoxBase.InternalOnCreateComponent


IsNumber

function bool IsNumber (string Num)


Restart

function Restart ()


SetContent

function SetContent (string NewContent, optional string sep)


Stop

function Stop ()


StripColors

function string StripColors (string MyString)