Blip::setNameToPlayerName: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 1: Line 1:
 
Function to set blip name to player [[Player::socialclub|social club gamer tag name]].
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">blip.setNameToPlayerName(player);</syntaxhighlight>
<syntaxhighlight lang="javascript">blip.setNameToPlayerName(player);</syntaxhighlight>
=== Required Arguments ===
===Required Argument===
*'''player:''' Player
*'''player:''' {{RageType|Number}} [[Pool::remoteId|player shared id]]
===Return value===
===Return value===
*'''Undefined'''
* '''Undefined'''
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
Line 15: Line 15:
[[Category:Blip API]]
[[Category:Blip API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]
[[Category:Client-side Function]]

Revision as of 20:48, 6 May 2019