--------------------------------
-- @module EaseQuinticActionIn
-- @extend ActionEase
-- @parent_module cc
--------------------------------
-- brief Create the action with the inner action.
-- param action The pointer of the inner action.
-- return A pointer of EaseQuinticActionIn action. If creation failed, return nil.
-- @function [parent=#EaseQuinticActionIn] create
-- @param self
-- @param #cc.ActionInterval action
-- @return EaseQuinticActionIn#EaseQuinticActionIn ret (return value: cc.EaseQuinticActionIn)
--------------------------------
--
-- @function [parent=#EaseQuinticActionIn] clone
-- @param self
-- @return EaseQuinticActionIn#EaseQuinticActionIn ret (return value: cc.EaseQuinticActionIn)
--------------------------------
--
-- @function [parent=#EaseQuinticActionIn] update
-- @param self
-- @param #float time
-- @return EaseQuinticActionIn#EaseQuinticActionIn self (return value: cc.EaseQuinticActionIn)
--------------------------------
--
-- @function [parent=#EaseQuinticActionIn] reverse
-- @param self
-- @return EaseQuinticActionIn#EaseQuinticActionIn ret (return value: cc.EaseQuinticActionIn)
return nil