MCPcopy Create free account
hub / github.com/defold/defold / RunString

Method RunString

engine/script/src/test/test_script.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 return dmScriptTest::RunFile(L, filename, base_dir);
132}
133bool ScriptTest::RunString(lua_State* L, const char* script)
134{
135 return dmScriptTest::RunString(L, script);
136}
137
138}

Callers

nothing calls this directly

Calls 1

RunStringFunction · 0.70

Tested by

no test coverage detected