Ui::setTextScale: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
 
Line 13: Line 13:
{{Ui_s_function_c}}
{{Ui_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:UI API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 14:13, 20 May 2017

Syntax

mp.game.ui.setTextScale(sizex, sizey);

Required Arguments

  • sizex: float
  • sizey: float

Return value

  • Undefined

Example

// todo

See also