|
NWNX:EE
8193.36.12
|
|
Go to the documentation of this file.
7 const string NWNX_WebHook =
"NWNX_WebHook";
31 string sFunc =
"SendWebHookHTTPS";
void NWNX_WebHook_ResendWebHookHTTPS(string host, string path, string sMessage, float delay=0.0f)
Resends a webhook message after a defined delay.
void NWNX_CallFunction(string pluginName, string functionName)
Scripting interface to NWNX.
void NWNX_PushArgumentString(string value)
Pushes the specified type to the c++ side.
void NWNX_PushArgumentInt(int value)
Pushes the specified type to the c++ side.
void NWNX_WebHook_SendWebHookHTTPS(string host, string path, string message, string username="", int mrkdwn=1)
Send a slack compatible webhook.