I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:GUIScrollText (UT2004)
Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIList >> GUIScrollText |
Contents
- 1 Properties
- 1.1 Property group 'GUIScrollText'
- 1.1.1 bClickText
- 1.1.2 bNewContent
- 1.1.3 bNoTeletype
- 1.1.4 bRepeat
- 1.1.5 bStopped
- 1.1.6 CharDelay
- 1.1.7 ClickedString
- 1.1.8 Content
- 1.1.9 EOLDelay
- 1.1.10 InitialDelay
- 1.1.11 MaxHistory
- 1.1.12 NewText
- 1.1.13 oldWidth
- 1.1.14 RepeatDelay
- 1.1.15 ScrollState
- 1.1.16 Separator
- 1.1.17 StringElements
- 1.1.18 VisibleChars
- 1.1.19 VisibleLines
- 1.2 Internal variables
- 1.3 Default values
- 1.1 Property group 'GUIScrollText'
- 2 Enums
- 3 Delegates
- 4 Functions
- Package:
- XInterface
- This class in other games:
- UE2Runtime, UT2003
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. |
null
Properties[edit]
Property group 'GUIScrollText'[edit]
bClickText[edit]
Type: bool
Upon clicking on this text box, fill in ClickedString field
bNewContent[edit]
Type: bool
Modifiers: editconst, protected
This is set when new text content has been set for the control
bNoTeletype[edit]
Type: bool
Dont do the teletyping effect at all
bRepeat[edit]
Type: bool
Should the sequence be repeated ?
bStopped[edit]
Type: bool
Modifiers: editconst, protected
Tells when the sequence has stopped animating (can be rushed by clicking ?)
CharDelay[edit]
Type: float
This is the delay between each char
Default value: 0.25
ClickedString[edit]
Type: string
Modifiers: editconst
Content[edit]
Type: string
Modifiers: editconst, protected
This is the content to display in 1 single string
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
MaxHistory[edit]
Type: int
Modifiers: editconst
Maximum number of rows. Only used in conjunction with NewText. 0 indicates no limit.
NewText[edit]
Type: string
Modifiers: editconst
New text to add the end of
oldWidth[edit]
Type: float
Modifiers: editconst, protected
Last width of the diplay area
RepeatDelay[edit]
Type: float
This is used after all the text has been displayed and bRepeat is true
Default value: 3.0
ScrollState[edit]
Type: eScrollState
Modifiers: editconst, protected
What was the last action we did
Separator[edit]
Type: string
Modifiers: editconst
Separator to use
Default value: "|"
StringElements[edit]
Modifiers: editconst, editconstarray
VisibleChars[edit]
Type: int
Modifiers: editconst, protected
How Many chars in the last displayed line are visible
VisibleLines[edit]
Type: int
Modifiers: editconst, protected
This is the number of visible lines
Default value: -1
Internal variables[edit]
bReceivedNewContent[edit]
Type: bool
Modifiers: const, editconst, private
Default values[edit]
Property | Value |
---|---|
OnClick | InternalOnClick |
OnKeyEvent | InternalOnKeyEvent |
OnKeyType | InternalOnKeyType |
TextAlign | TXTA_Left |
Enums[edit]
eScrollState[edit]
- STS_None
- STS_Initial
- STS_Char
- STS_EOL
- STS_Repeat
Delegates[edit]
OnEndOfLine[edit]
Functions[edit]
Native functions[edit]
GetWordUnderCursor[edit]
Events[edit]
InitComponent[edit]
Overrides: GUIListBase.InitComponent
Timer[edit]
Overrides: GUIComponent.Timer
Other instance functions[edit]
Dump[edit]
EndScrolling[edit]
InternalOnClick[edit]
Overrides: GUIVertList.InternalOnClick
InternalOnKeyEvent[edit]
Overrides: GUIListBase.InternalOnKeyEvent
InternalOnKeyType[edit]
Overrides: GUIVertList.InternalOnKeyType
IsValid[edit]
Overrides: GUIListBase.IsValid