mirror of https://github.com/axmolengine/axmol.git
25 lines
593 B
Lua
25 lines
593 B
Lua
|
|
--------------------------------
|
|
-- @module Scheduler
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Scheduler] setTimeScale
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Scheduler] performFunctionInCocosThread
|
|
-- @param self
|
|
-- @param #function func
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Scheduler] getTimeScale
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Scheduler] Scheduler
|
|
-- @param self
|
|
|
|
return nil
|