We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62023b6 commit 8e98eb0Copy full SHA for 8e98eb0
srcwrtimer/addons/sourcemod/scripting/include/srcwr/http.inc
@@ -164,7 +164,9 @@ typeset SRCWRWebsocketMsgCallback {
164
methodmap SRCWRWebsocket < Handle {
165
public native SRCWRWebsocket();
166
public native bool header(const char[] key, const char[] value, any ...);
167
+#if defined _srcwr_json_included
168
public native bool write_json(SRCWRJSON json);
169
+#endif
170
public native bool write_str(const char[] content, any ...);
171
public native bool YEET(
172
SRCWRWebsocketConnectionCallback connectcb
0 commit comments