Ui::setMpGamerTagColour

From RAGE Multiplayer Wiki
Revision as of 11:09, 6 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''component:''' {{RageType|number}} *'''hudColorIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagColour(gamerTagId, component, hudColorIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • gamerTagId: number
  • component: number
  • hudColorIndex: number

Return value

  • void

Syntax

mp.game.ui.setMpGamerTagColour(gamerTagId, component, hudColorIndex)

Example

//todo


See also