The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:GUIScrollTextBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase >> GUIScrollTextBox

Contents

Package: 
XInterface
This class in other games:
UE2Runtime, UT2003

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

[edit] Properties

[edit] Property group 'GUIScrollText'

[edit] bNoTeletype

Type: bool

Dont do the teletyping effect at all

[edit] bRepeat

Type: bool

Should the sequence be repeated ?

[edit] bStripColors

Type: bool

Strip out IRC-style colour characters (^C)

[edit] CharDelay

Type: float

This is the delay between each char

Default value: 0.25

[edit] EOLDelay

Type: float

This is the delay to use when reaching end of line

Default value: 0.75

[edit] InitialDelay

Type: float

Initial delay after new content was set

[edit] RepeatDelay

Type: float

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

Default value: 3.0

[edit] Separator

Type: string

Propagate to GUIScrollText

Default value: "|"

[edit] TextAlign

Type: GUI.eTextAlign

How is text Aligned in the control

[edit] Property group 'GUIScrollTextBox'

[edit] COMMA

Type: string

fake const's

[edit] ESC

Type: string


[edit] Internal variables

[edit] MyScrollText

Type: GUIScrollText


[edit] Default values

Property Value
DefaultListClass "XInterface.GUIScrollText"
FontScale FNS_Medium

[edit] Functions

[edit] Events

[edit] Created

event Created ()

Overrides: Object.Created


[edit] InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIListBoxBase.InitComponent


[edit] Other instance functions

[edit] AddText

function AddText (string NewText)


[edit] InitBaseList

function InitBaseList (GUIListBase LocalList)

Overrides: GUIListBoxBase.InitBaseList


[edit] InternalOnAdjustTop

function InternalOnAdjustTop (GUIComponent Sender)


[edit] InternalOnCreateComponent

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)

Overrides: GUIListBoxBase.InternalOnCreateComponent


[edit] IsNumber

function bool IsNumber (string Num)


[edit] Restart

function Restart ()


[edit] SetContent

function SetContent (string NewContent, optional string sep)


[edit] Stop

function Stop ()


[edit] StripColors

function string StripColors (string MyString)