diff options
author | SilverSokolova <80606782+SilverSokolova@users.noreply.github.com> | 2024-12-10 23:35:51 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-10 23:35:51 -0600 |
commit | 65741d697277e3b5e2f4d8c2d77d06316ec6948c (patch) | |
tree | bcba8db6a294e51f1d480ef0c4bff90cde336d2a /doc/lua | |
parent | a52c213ebef8cd2ba80e47a797f8bf3215e4f61a (diff) |
Update player.md
Diffstat (limited to 'doc/lua')
-rw-r--r-- | doc/lua/player.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/lua/player.md b/doc/lua/player.md index f281bad..fd8ebd4 100644 --- a/doc/lua/player.md +++ b/doc/lua/player.md @@ -527,9 +527,3 @@ Returns uuid, type, and orbits for all system objects in the specified system; #### `List<String>` player.collectables(`String` collectionName) Returns a list of names of the collectables the player has unlocked in the specified collection. - ---- - -#### `List<Json>` player.teamMembers() - -Returns an array, each entry being a table with `name`, `uuid`, `entity`, `healthPercentage` and `energyPercentage` |