|
NWNX:EE
8193.36.12
|
|
Go to the documentation of this file.
7 const string NWNX_Lua =
"NWNX_Lua";
28 string sFunc =
"EvalVoid";
36 string sFunc =
"Eval";
45 string sFunc =
"RunEvent";
string NWNX_Lua_Eval(string sCode)
Evaluate LUA code and return the output.
void NWNX_CallFunction(string pluginName, string functionName)
Scripting interface to NWNX.
string NWNX_GetReturnValueString()
Returns the specified type from the c++ side.
void NWNX_PushArgumentString(string value)
Pushes the specified type to the c++ side.
void NWNX_Lua_RunEvent(string sEvent, object oObject, string sExtra="")
Generate events in NWScript to receive on the Lua side.
void NWNX_PushArgumentObject(object value)
Pushes the specified type to the c++ side.
void NWNX_Lua_EvalVoid(string sCode)
Evaluate LUA code.