diff options
author | Degranon <boba00099@gmail.com> | 2025-04-17 14:43:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-17 14:43:06 +0200 |
commit | 53bc16bd0c7dc0c59b0295e8f49658fd830af0ec (patch) | |
tree | 770f0a810503a0b905dafbea0c47e5a55a5d9615 | |
parent | 00702719b51d71cc4b6786aebb81791651f67afc (diff) |
Add player.say()
-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..9538d51 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. + +--- + +#### `void` player.say(`String` text) + +Displays the text in the speech bubble above the character without sending the text to the actual chat. |