1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-22 01:17:38 +00:00

Expose printout contents to the API

Closes #2099
This commit is contained in:
Jonathan Coates
2025-02-14 18:13:20 +00:00
parent b185d088b3
commit 237a0ac3bb
4 changed files with 71 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ public class WebsocketHandle {
* Send a websocket message to the connected server.
*
* @param message The message to send.
* @param binary Whether this message should be treated as a
* @param binary Whether this message should be treated as a binary message.
* @throws LuaException If the message is too large.
* @throws LuaException If the websocket has been closed.
* @cc.changed 1.81.0 Added argument for binary mode.