Player::ping: Difference between revisions

From RAGE Multiplayer Wiki
m (Replaced HTML with template)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
==See Also==
==See Also==
{{Player_block}}
{{Player_block}}
[[Category:Player API]]
[[Category:Server-side Property]]

Latest revision as of 17:03, 17 May 2019

This property returns players ping.

Note: this property is read-only.

Example

Server-Side
let playerPing = player.ping;
player.outputChatBox("Your ping is: " + playerPing);

See Also