There is no spoon
UE2:GUIScrollText (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIList >> GUIScrollText |
- Package:
- XInterface
- This class in other games:
- UE2Runtime, UT2003
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
[edit] Properties
[edit] Property group 'GUIScrollText'
[edit] bClickText
Type: bool
Upon clicking on this text box, fill in ClickedString field
[edit] bNewContent
Type: bool
Modifiers: editconst, protected
This is set when new text content has been set for the control
[edit] bNoTeletype
Type: bool
Dont do the teletyping effect at all
[edit] bRepeat
Type: bool
Should the sequence be repeated ?
[edit] bStopped
Type: bool
Modifiers: editconst, protected
Tells when the sequence has stopped animating (can be rushed by clicking ?)
[edit] CharDelay
Type: float
This is the delay between each char
Default value: 0.25
[edit] ClickedString
Type: string
Modifiers: editconst
[edit] Content
Type: string
Modifiers: editconst, protected
This is the content to display in 1 single string
[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] MaxHistory
Type: int
Modifiers: editconst
Maximum number of rows. Only used in conjunction with NewText. 0 indicates no limit.
[edit] NewText
Type: string
Modifiers: editconst
New text to add the end of
[edit] oldWidth
Type: float
Modifiers: editconst, protected
Last width of the diplay area
[edit] RepeatDelay
Type: float
This is used after all the text has been displayed and bRepeat is true
Default value: 3.0
[edit] ScrollState
Type: eScrollState
Modifiers: editconst, protected
What was the last action we did
[edit] Separator
Type: string
Modifiers: editconst
Separator to use
Default value: "|"
[edit] StringElements
Modifiers: editconst, editconstarray
[edit] VisibleChars
Type: int
Modifiers: editconst, protected
How Many chars in the last displayed line are visible
[edit] VisibleLines
Type: int
Modifiers: editconst, protected
This is the number of visible lines
Default value: -1
[edit] Internal variables
[edit] bReceivedNewContent
Type: bool
Modifiers: const, editconst, private
[edit] Default values
| Property | Value |
|---|---|
| OnClick | InternalOnClick |
| OnKeyEvent | InternalOnKeyEvent |
| OnKeyType | InternalOnKeyType |
| TextAlign | TXTA_Left |
[edit] Enums
[edit] eScrollState
- STS_None
- STS_Initial
- STS_Char
- STS_EOL
- STS_Repeat
[edit] Delegates
[edit] OnEndOfLine
[edit] Functions
[edit] Native functions
[edit] GetWordUnderCursor
[edit] Events
[edit] InitComponent
Overrides: GUIListBase.InitComponent
[edit] Timer
Overrides: GUIComponent.Timer
[edit] Other instance functions
[edit] Dump
[edit] EndScrolling
[edit] InternalOnClick
Overrides: GUIVertList.InternalOnClick
[edit] InternalOnKeyEvent
Overrides: GUIListBase.InternalOnKeyEvent
[edit] InternalOnKeyType
Overrides: GUIVertList.InternalOnKeyType
[edit] IsValid
Overrides: GUIListBase.IsValid
