diff options
author | Degranon <boba09@list.ru> | 2024-10-19 21:10:39 +0500 |
---|---|---|
committer | Degranon <boba09@list.ru> | 2024-10-19 21:10:39 +0500 |
commit | f270c3f1686923531058badf2e33633e54929d85 (patch) | |
tree | 826a7daf3069ce9809faec069161c03048f954af /doc | |
parent | aac3e5394157a0b55a6512cb2b94b20a57c1b98e (diff) |
Player teammembers
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua/player.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lua/player.md b/doc/lua/player.md index fd8ebd4..f281bad 100644 --- a/doc/lua/player.md +++ b/doc/lua/player.md @@ -527,3 +527,9 @@ 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` |