Always snap to grid

UE2:GUIScrollTextBox (UE2Runtime)

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

null

Properties[edit]

bNoTeletype[edit]

Type: bool

Dont do the teletyping effect at all

bRepeat[edit]

Type: bool

Should the sequence be repeated ?

bStripColors[edit]

Type: bool

Strip out IRC-style colour characters (^C)

CharDelay[edit]

Type: float

This is the delay between each char

Default value: 0.25

EOLDelay[edit]

Type: float

This is the delay to use when reaching end of line

Default value: 0.75

InitialDelay[edit]

Type: float

Initial delay after new content was set

MyScrollText[edit]

Type: GUIScrollText

Modifiers: automated


Default value: GUIScrollText'TheText'

RepeatDelay[edit]

Type: float

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

Default value: 3.0

TextAlign[edit]

Type: GUI.eTextAlign

How is text Aligned in the control

Subobjects[edit]

TheText[edit]

Class: GUI.GUIScrollText

Empty subobject definition.

Instance functions[edit]

AddText[edit]

function AddText (string NewText)


InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMultiComponent.InitComponent


InternalOnAdjustTop[edit]

function InternalOnAdjustTop (GUIComponent Sender)


IsNumber[edit]

function bool IsNumber (string Num)


Restart[edit]

function Restart ()


SetContent[edit]

function SetContent (string NewContent, optional string sep)


Stop[edit]

function Stop ()


StripColors[edit]

function string StripColors (string MyString)