Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2025-04-18 10:35:40 +1000
committerGitHub <noreply@github.com>2025-04-18 10:35:40 +1000
commit6ecf53828ed8c262a4fde826c704db1b43206e1b (patch)
tree770f0a810503a0b905dafbea0c47e5a55a5d9615
parent00702719b51d71cc4b6786aebb81791651f67afc (diff)
parent53bc16bd0c7dc0c59b0295e8f49658fd830af0ec (diff)
Merge pull request #227 from KrashV/patch-1
Add player.say() documentation
-rw-r--r--doc/lua/player.md6
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.