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

Method execResetFct

Simulator/ScriptObject.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void ScriptObject::execResetFct()
138{
139 if (m_scriptLoaded)
140 Embedded::getCurrent()->exec_fct(m_scriptModule, "reset");
141}
142
143void ScriptObject::execStepFct()
144{

Callers 1

resetMethod · 0.80

Calls 1

exec_fctMethod · 0.80

Tested by

no test coverage detected