I'm a doctor, not a mechanic
UE1:UWindowTextAreaControl (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowTextAreaControl |
Contents
- Package:
- UWindow
- Direct subclass:
- UWindowWrappedTextArea
- This class in other games:
- RTNP, U1
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
AbsoluteFont
Type: Font
bCursor
Type: bool
bScrollable
Type: bool
bScrollOnResize
Type: bool
Default value: True
bShowCaret
Type: bool
BufSize
Type: int
Default value: 750
Font
Type: int
Head
Type: int
LastDrawTime
Type: float
Lines
Type: int
Prompt
Type: string
Tail
Type: int
TextArea
Type: string
Array size: 750
VertSB
Type: UWindowVScrollBar
VisibleRows
Type: int
Instance functions
AddText
function AddText (string NewLine)
BeforePaint
Overrides: UWindowDialogControl.BeforePaint
Clear
function Clear ()
Created
function Created ()
Overrides: UWindowDialogControl.Created
Paint
Overrides: UWindowWindow.Paint
Resized
function Resized ()
Overrides: UWindowWindow.Resized
SetAbsoluteFont
function SetAbsoluteFont (Font F)
SetPrompt
function SetPrompt (string NewPrompt)
SetScrollable
function SetScrollable (bool newScrollable)