UE2:GUIScrollTextBox (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase >> GUIScrollTextBox |
- Package:
- XInterface
- This class in other games:
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. |
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
Overrides: Object.Created
InitComponent
Overrides: GUIListBoxBase.InitComponent
Other instance functions
AddText
InitBaseList
Overrides: GUIListBoxBase.InitBaseList
InternalOnAdjustTop
InternalOnCreateComponent
Overrides: GUIListBoxBase.InternalOnCreateComponent
IsNumber
Restart
SetContent
Stop
StripColors