mirror of https://github.com/axmolengine/axmol.git
37 lines
838 B
Lua
37 lines
838 B
Lua
|
|
--------------------------------
|
|
-- @module Timer
|
|
-- @extend Ref
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Timer] getInterval
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Timer] setupTimerWithInterval
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #unsigned int int
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Timer] setInterval
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Timer] update
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Timer] trigger
|
|
-- @param self
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Timer] cancel
|
|
-- @param self
|
|
|
|
return nil
|