NWNX:EE  8193.36.12
nwnx_redis_ps.nss
Go to the documentation of this file.
1 #include "nwnx"
6 
9  string channel;
10  string message;
11 };
12 
16 {
18  NWNX_CallFunction("NWNX_Redis", "GetPubSubData");
21  return ret;
22 }
NWNX_Redis_PubSubMessageData
A redis PUBSUB message.
Definition: nwnx_redis_ps.nss:8
NWNX_CallFunction
void NWNX_CallFunction(string pluginName, string functionName)
Scripting interface to NWNX.
Definition: nwnx.nss:54
NWNX_GetReturnValueString
string NWNX_GetReturnValueString()
Returns the specified type from the c++ side.
Definition: nwnx.nss:109
NWNX_Redis_PubSubMessageData::channel
string channel
The channel.
Definition: nwnx_redis_ps.nss:9
NWNX_Redis_PubSubMessageData::message
string message
The message.
Definition: nwnx_redis_ps.nss:10
NWNX_Redis_GetPubSubMessageData
struct NWNX_Redis_PubSubMessageData NWNX_Redis_GetPubSubMessageData()
Get a PUBSUB message.
Definition: nwnx_redis_ps.nss:15