Player::serial: Difference between revisions

From RAGE Multiplayer Wiki
m (category)
m (category)
 
Line 1: Line 1:
This property returns players serial.
This property returns player's client serial.


'''Note: this property is read-only.'''
'''Note: this property is read-only.'''
Line 14: Line 14:
{{Player_block}}
{{Player_block}}


[[Category:Player]]
[[Category:Player API]]
[[Category:Server-side Property]]
[[Category:Server-side Property]]

Latest revision as of 17:03, 17 May 2019

This property returns player's client serial.

Note: this property is read-only.

Example

Server-Side
let playerSerial = player.serial;
player.outputChatBox("Your Serial is: " + playerSerial);

See Also