Player::ping: Difference between revisions

From RAGE Multiplayer Wiki
m (Replaced HTML with template)
m (category)
Line 12: Line 12:
==See Also==
==See Also==
{{Player_block}}
{{Player_block}}
[[Category:Player]]
[[Category:Server-side Property]]

Revision as of 12:59, 30 April 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