diff options
Diffstat (limited to 'Server/Plugins/APIDump')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 15960f6d3..4d8499687 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -11698,6 +11698,22 @@ a_Player:OpenWindow(Window); }, Notes = "Sends the specified message to the player.", }, + SendMessageRaw = + { + Params = + { + { + Name = "Json", + Type = "string", + }, + { + Name = "eChatType", + Type = "number", + IsOptional = true, + } + }, + Notes = "Sends the specified json string to the player. The optional value eChatType (default ctChatBox) can be ctChatBox, ctSystem or ctAboveActionBar. You can use {{cJson}} to build a json string.", + }, SendMessageFailure = { Params = |