MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / loadCode

Method loadCode

src/Core/Animation/Animation.cpp:331–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329 }
330
331 void Animation::loadCode(vili::node& code)
332 {
333 for (vili::node& command : code.at("code"))
334 {
335 Debug::Log->trace(" <Animation> Parsing Animation command '{}'", command);
336 m_code.push_back(command);
337 }
338 if (m_code.empty())
339 m_feedInstructions = false;
340 }
341
342 void Animation::applyParameters(vili::node& parameters)
343 {

Callers 1

loadAnimationMethod · 0.95

Calls 4

traceMethod · 0.80
atMethod · 0.45
push_backMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected