Skip to content

Commit

Permalink
Docs updated new ping property for Player object
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderFoo authored and ManticoreBrett committed May 18, 2023
1 parent 024ca44 commit ad36f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/player.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Player is an object representation of the state of a player connected to the gam
| `occupiedVehicle` | [`Vehicle`](vehicle.md) | Returns the `Vehicle` that the player currently occupies, or `nil` if the player is not occupying a vehicle. | Read-Only |
| `isInParty` | `boolean` | Returns whether this player is in a party. This is known regardless of if the party is public or private. | Read-Only |
| `isPartyLeader` | `boolean` | Returns whether this player is the leader of a public party. | Read-Only |
| `ping` | `integer` | Returns the ping value in milliseconds for this player. | Read-Only |

## Functions

Expand Down

0 comments on commit ad36f9f

Please sign in to comment.