|
NWNX:EE
8193.36.12
|
|
int NWNX_Redis_GetArrayElement(int resultId, int idx)
Gets a list entry as a string.
int NWNX_GetReturnValueInt()
Returns the specified type from the c++ side.
int NWNX_Redis_GetArrayLength(int resultId)
Gets the length of the given result.
const int NWNX_REDIS_RESULT_NULL
Null result.
const int NWNX_REDIS_RESULT_INTEGER
Integer result.
const int NWNX_REDIS_RESULT_ERROR
Error result.
const int NWNX_REDIS_RESULT_STRING
String result.
const int NWNX_REDIS_RESULT_ARRAY
Array result.
void NWNX_CallFunction(string pluginName, string functionName)
Scripting interface to NWNX.
float NWNX_Redis_GetResultAsFloat(int resultId)
Gets the given result as a float.
string NWNX_GetReturnValueString()
Returns the specified type from the c++ side.
void NWNX_PushArgumentInt(int value)
Pushes the specified type to the c++ side.
string NWNX_Redis_GetResultAsString(int resultId)
Gets the given result as a string.
int NWNX_Redis_GetResultType(int resultId)
Returns the result type as a int.
int NWNX_Redis_GetResultAsInt(int resultId)
Gets the given result as an integer.