I don't need to test my programs. I have an error-correcting modem.

UE1:UWindowTextAreaControl (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U1 Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowTextAreaControl
Package: 
UWindow
Direct subclasses:
UWindowConsoleTextAreaControl, UWindowWrappedTextArea
This class in other games:
RTNP, UT

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

function BeforePaint (Canvas C, float X, float Y)

Overrides: UWindowDialogControl.BeforePaint


Clear

function Clear ()


Created

function Created ()

Overrides: UWindowDialogControl.Created


Paint

function Paint (Canvas C, float X, float Y)

Overrides: UWindowWindow.Paint


Resized

function Resized ()

Overrides: UWindowWindow.Resized


SetAbsoluteFont

function SetAbsoluteFont (Font F)


SetPrompt

function SetPrompt (string NewPrompt)


SetScrollable

function SetScrollable (bool newScrollable)