I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE1:UWindowTextAreaControl (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowTextAreaControl
Package: 
UWindow
Direct subclass:
UWindowWrappedTextArea
This class in other games:
U1, 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)