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

Method resetActions

Source/Node/Model.cpp:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void Model::resetActions() {
189 for (auto it = _spritePairs.begin(); it != _spritePairs.end(); ++it) {
190 it->second->restore(it->first);
191 }
192}
193
194void Model::onActionEnd() {
195 if (_isPaused) {

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
restoreMethod · 0.45

Tested by

no test coverage detected