MCPcopy Create free account
hub / github.com/TeXworks/texworks / LuaScriptInterface

Method LuaScriptInterface

plugins-src/TWLuaPlugin/LuaScriptInterface.cpp:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace Scripting {
35
36LuaScriptInterface::LuaScriptInterface()
37{
38 // Initialize lua state
39 luaState = luaL_newstate();
40 if (luaState) {
41 luaL_openlibs(luaState);
42 }
43}
44
45LuaScriptInterface::~LuaScriptInterface()
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected