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

Method update

luaExample/src/ofApp.cpp:43–46  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

41
42//--------------------------------------------------------------
43void ofApp::update() {
44 // call the script's update() function
45 lua.scriptUpdate();
46}
47
48//--------------------------------------------------------------
49void ofApp::draw() {

Callers

nothing calls this directly

Calls 1

scriptUpdateMethod · 0.80

Tested by

no test coverage detected