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

Method getTimer

core/base/ScriptSupport.h:146–146  ·  view source on GitHub ↗

* Get the pointer of TimerScriptHandler object. * * @return the pointer of TimerScriptHandler object. * @lua NA */

Source from the content-addressed store, hash-verified

144 * @lua NA
145 */
146 TimerScriptHandler* getTimer() { return _timer; }
147
148 /**
149 * Get the flag whether paused or not.

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected