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

Method init

Simulator/ScriptObject.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void ScriptObject::init()
113{
114 m_parameters.clear();
115 initParameters();
116}
117
118std::string ScriptObject::loadScriptFile(const std::string& fileName)
119{

Callers 1

mainFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected