--------------------------------
-- @module EaseQuarticActionIn
-- @extend ActionEase
-- @parent_module cc

--------------------------------
-- 
-- @function [parent=#EaseQuarticActionIn] create 
-- @param self
-- @param #cc.ActionInterval action
-- @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 ActionEase#ActionEase ret (return value: cc.ActionEase)
        
--------------------------------
-- 
-- @function [parent=#EaseQuarticActionIn] EaseQuarticActionIn 
-- @param self
-- @return EaseQuarticActionIn#EaseQuarticActionIn self (return value: cc.EaseQuarticActionIn)
        
return nil