MCPcopy Create free account
hub / github.com/danomatika/ofxLua / loadScript

Method loadScript

luaTests/src/ofApp.cpp:350–353  ·  view source on GitHub ↗

--------------------------------------------------------------

Source from the content-addressed store, hash-verified

348
349//--------------------------------------------------------------
350void ofApp::loadScript() {
351 lua.doScript("tests.lua", true);
352 lua.scriptSetup();
353}

Callers

nothing calls this directly

Calls 2

doScriptMethod · 0.80
scriptSetupMethod · 0.80

Tested by

no test coverage detected