mirror of https://github.com/axmolengine/axmol.git
24 lines
592 B
Lua
24 lines
592 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
|