Player::ping: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "This property returns players ping. '''Note: this property is read-only.''' == Example == <source lang="javascript"> let playerPing = player.ping </source>")
 
No edit summary
Line 6: Line 6:
let playerPing = player.ping
let playerPing = player.ping
</source>
</source>
==See Also==
{{Player_block}}

Revision as of 13:48, 17 April 2017

This property returns players ping.

Note: this property is read-only.

Example

let playerPing = player.ping

See Also