mirror of https://github.com/axmolengine/axmol.git
15 lines
365 B
Lua
15 lines
365 B
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module FiniteTimeAction
|
||
|
--------------------------------
|
||
|
-- @function [parent=#FiniteTimeAction] setDuration
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#FiniteTimeAction] getDuration
|
||
|
-- @param self
|
||
|
-- @return float#float ret (return value: float)
|
||
|
|
||
|
return nil
|