Player::name: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 1: Line 1:
This property is the name of a player.
This property using for getting or setting player name.


==Example==
==Example==

Revision as of 19:14, 4 January 2017

This property using for getting or setting player name.

Example

let playerName = player.name
player.name = 'Bobby'