mirror of https://github.com/axmolengine/axmol.git
20 lines
525 B
Lua
20 lines
525 B
Lua
|
|
--------------------------------
|
|
-- @module ActionInterval
|
|
--------------------------------
|
|
-- @function [parent=#ActionInterval] getAmplitudeRate
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionInterval] setAmplitudeRate
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionInterval] getElapsed
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
return nil
|