MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / reset

Method reset

Source/Node/Model.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void Model::reset() {
147 Model::stop();
148 Model::resetActions();
149}
150
151void Model::addAnimation(int index, Node* node, Action* action) {
152 for (int n = s_cast<int>(_animationGroups.size()); n < index + 1; _animationGroups.push_back(New<AnimationGroup>()), n++);

Callers 9

initMethod · 0.45
handleSDLEventMethod · 0.45
insertUnsafeMethod · 0.45
execUnsafeMethod · 0.45
xmlSAX2StartElementMethod · 0.45
initMethod · 0.45
DB_insertAsync01Function · 0.45
model_resetFunction · 0.45

Calls 1

stopFunction · 0.85

Tested by

no test coverage detected