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