Ui::setTextJustification

From RAGE Multiplayer Wiki
Revision as of 14:52, 20 May 2017 by StreetGT (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

mp.game.ui.setTextJustification(justifyType);

Required Arguments

  • justifyType: int

Return value

  • Undefined

Example

// todo

See also