The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:DrawOpText (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> DrawOpBase >> DrawOpText |
Contents |
- Package:
- XInterface
- This class in other games:
- UT2003
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
[edit] Properties
[edit] bWrapText
Type: bool
set to true to wrap text on "|"
Default value: True
[edit] FontName
Type: string
Font to use
Default value: "XInterface.UT2DefaultFont"
[edit] MaxLines
Type: int
In case a multiline is too tall.
Default value: 99
[edit] Text
Type: string
Modifiers: localized
[edit] VertAlign
Type: byte
[edit] Instance functions
[edit] Draw
function Draw (Canvas Canvas)
Overrides: DrawOpBase.Draw
