GetPlayerPing
Gets the current player ping
Syntax
int NAPI.Player.GetPlayerPing(Player player);
Required Arguments
- player: parameter input should be in Player type.
NOTE: This function returns data in int type.
Usage example(s)
Example Description
NAPI.Player.GetPlayerPing(player);