Player::ping: Difference between revisions

From RAGE Multiplayer Wiki
m (category)
mNo edit summary
 
Line 13: Line 13:
{{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 players ping.

Note: this property is read-only.

Example

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

See Also