There is no spoon

UE1:UWindowTextAreaControl (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:12, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)