Ui::addTextComponentFormattedInteger

From RAGE Multiplayer Wiki
Revision as of 20:42, 5 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''value:''' {{RageType|number}} *'''commaSeparated:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.addTextComponentFormattedInteger(value, commaSeparated) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TO...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • value: number
  • commaSeparated: boolean

Return value

  • void

Syntax

mp.game.ui.addTextComponentFormattedInteger(value, commaSeparated)

Example

//todo


See also