axmol/cocos/scripting/lua-bindings/auto/api/EaseQuarticActionIn.lua

42 lines
1.4 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module EaseQuarticActionIn
-- @extend ActionEase
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- brief Create the action with the inner action.<br>
-- param action The pointer of the inner action.<br>
-- return A pointer of EaseQuarticActionIn action. If creation failed, return nil.
2014-03-10 14:04:58 +08:00
-- @function [parent=#EaseQuarticActionIn] create
-- @param self
-- @param #cc.ActionInterval action
2014-03-10 14:04:58 +08:00
-- @return EaseQuarticActionIn#EaseQuarticActionIn ret (return value: cc.EaseQuarticActionIn)
--------------------------------
--
-- @function [parent=#EaseQuarticActionIn] clone
-- @param self
-- @return EaseQuarticActionIn#EaseQuarticActionIn ret (return value: cc.EaseQuarticActionIn)
--------------------------------
--
-- @function [parent=#EaseQuarticActionIn] update
-- @param self
-- @param #float time
-- @return EaseQuarticActionIn#EaseQuarticActionIn self (return value: cc.EaseQuarticActionIn)
--------------------------------
--
-- @function [parent=#EaseQuarticActionIn] reverse
-- @param self
-- @return EaseQuarticActionIn#EaseQuarticActionIn ret (return value: cc.EaseQuarticActionIn)
--------------------------------
--
-- @function [parent=#EaseQuarticActionIn] EaseQuarticActionIn
-- @param self
-- @return EaseQuarticActionIn#EaseQuarticActionIn self (return value: cc.EaseQuarticActionIn)
2014-03-10 14:04:58 +08:00
return nil