NWNX:EE  8193.36.12
nwnx_lua.nss File Reference
#include "nwnx"

Go to the source code of this file.

Functions

void NWNX_Lua_EvalVoid (string sCode)
 Evaluate LUA code. More...
 
string NWNX_Lua_Eval (string sCode)
 Evaluate LUA code and return the output. More...
 
void NWNX_Lua_RunEvent (string sEvent, object oObject, string sExtra="")
 Generate events in NWScript to receive on the Lua side. More...