Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:DrawOpText (UT2004)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> DrawOpBase >> DrawOpText
Package: 
XInterface
This class in other games:
UT2003

null

Properties[edit]

bWrapText[edit]

Type: bool

set to true to wrap text on "|"

Default value: True

FontName[edit]

Type: string

Font to use

Default value: "XInterface.UT2DefaultFont"

MaxLines[edit]

Type: int

In case a multiline is too tall.

Default value: 99

Text[edit]

Type: string

Modifiers: localized


VertAlign[edit]

Type: byte


Instance functions[edit]

Draw[edit]

function Draw (Canvas Canvas)

Overrides: DrawOpBase.Draw