diff options
author | SilverSokolova <80606782+SilverSokolova@users.noreply.github.com> | 2025-04-23 05:09:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-23 05:09:38 -0500 |
commit | 11fb33b6023039671c6e6e582cf39c4a00be77e2 (patch) | |
tree | 80ff1722d45447003f4747ac34a181c701e610c9 | |
parent | 6ecf53828ed8c262a4fde826c704db1b43206e1b (diff) |
remove oSB lua bind from vanilla docs
-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 9538d51..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. - ---- - -#### `void` player.say(`String` text) - -Displays the text in the speech bubble above the character without sending the text to the actual chat. |