Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
void ScriptObject::execResetFct()
138
{
139
if (m_scriptLoaded)
140
Embedded::getCurrent()->exec_fct(m_scriptModule,
"reset"
);
141
}
142
143
void ScriptObject::execStepFct()
144
{
Callers
1
reset
Method · 0.80
Calls
1
exec_fct
Method · 0.80
Tested by
no test coverage detected