I'm a doctor, not a mechanic

UE1:UWindowTextAreaControl (UT)

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

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)