Ui::setMpGamerTagAlpha

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}} *'''alpha:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagAlpha(gamerTagId, component, alpha) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clie...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • gamerTagId: number
  • component: number
  • alpha: number

Return value

  • void

Syntax

mp.game.ui.setMpGamerTagAlpha(gamerTagId, component, alpha)

Example

//todo


See also