GetPing
From Onset Developer Wiki
Description
Gets the client ping.
Syntax
GetPing()
Parameters
- This function has no parameters.
Return Value
- The clients ping.
Example
print("Player ping: "..GetPing()..".")
GetPing Type: Function |
Gets the client ping.
GetPing()
print("Player ping: "..GetPing()..".")