Blip::setNameToPlayerName: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
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]]

Latest revision as of 20:50, 6 May 2019