MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / execStepFct

Method execStepFct

Simulator/ScriptObject.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void ScriptObject::execStepFct()
144{
145 if (m_scriptLoaded)
146 Embedded::getCurrent()->exec_fct(m_scriptModule, "step");
147}
148

Callers 2

timeStepMethod · 0.80
timeStepNoGUIMethod · 0.80

Calls 1

exec_fctMethod · 0.80

Tested by

no test coverage detected