MCPcopy Create free account
hub / github.com/axmolengine/axmol / isDone

Method isDone

core/2d/ActionInterval.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100bool ActionInterval::isDone() const
101{
102 return _done;
103}
104
105void ActionInterval::step(float dt)
106{

Callers 2

updateMethod · 0.45
stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected