Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
void ScriptObject::execStepFct()
144
{
145
if (m_scriptLoaded)
146
Embedded::getCurrent()->exec_fct(m_scriptModule,
"step"
);
147
}
148
Callers
2
timeStep
Method · 0.80
timeStepNoGUI
Method · 0.80
Calls
1
exec_fct
Method · 0.80
Tested by
no test coverage detected