From 53bc16bd0c7dc0c59b0295e8f49658fd830af0ec Mon Sep 17 00:00:00 2001 From: Degranon Date: Thu, 17 Apr 2025 14:43:06 +0200 Subject: Add player.say() --- doc/lua/player.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/lua') 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` 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. -- cgit v1.2.3