MCPcopy Create free account
hub / github.com/axmolengine/axmol / executeString

Method executeString

extensions/scripting/lua-bindings/manual/LuaStack.cpp:305–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305int LuaStack::executeString(const char* codes)
306{
307 luaL_loadstring(_state, codes);
308 return executeFunction(0);
309}
310
311int LuaStack::executeScriptFile(const char* filename)
312{

Callers 1

Calls 1

luaL_loadstringFunction · 0.85

Tested by

no test coverage detected