Ui::setTextJustification

From RAGE Multiplayer Wiki
Revision as of 20:14, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Types -
0: Center-Justify
1: Left-Justify
2: Right-Justify

Right-Justify requires SET_TEXT_WRAP, otherwise it will draw to the far right of the screen

Syntax

ui.setTextJustification(justifyType);

Required Arguments

  • justifyType: int

Return value

  • Undefined

Example

todo

See also

Template:Ui function c