VICI
0.11.815
Visual Chart Interpreter
|
Provides a wrapper for a lua_State object. More...
#include <vici/libgth.h>
Public Member Functions | |
LuaScript (csr chunk) | |
Constructor. | |
~LuaScript () | |
Destructor. | |
std::string | call (csr cmnd, const ParamList ¶ms) |
Run a function in the Lua chunk. | |
Static Public Member Functions | |
static int | luaVersion () |
Allow test scripts to check if Lua is installed (>0) and the version (51, 53) | |
Provides a wrapper for a lua_State object.