2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module ActionTimelineCache
|
2014-07-02 10:15:26 +08:00
|
|
|
-- @parent_module ccs
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#ActionTimelineCache] createAction
|
|
|
|
-- @param self
|
2014-08-29 18:38:25 +08:00
|
|
|
-- @param #string str
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @return ActionTimeline#ActionTimeline ret (return value: ccs.ActionTimeline)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#ActionTimelineCache] purge
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#ActionTimelineCache] init
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#ActionTimelineCache] loadAnimationActionWithContent
|
|
|
|
-- @param self
|
2014-08-29 18:38:25 +08:00
|
|
|
-- @param #string str
|
|
|
|
-- @param #string str
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @return ActionTimeline#ActionTimeline ret (return value: ccs.ActionTimeline)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#ActionTimelineCache] loadAnimationActionWithFile
|
|
|
|
-- @param self
|
2014-08-29 18:38:25 +08:00
|
|
|
-- @param #string str
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @return ActionTimeline#ActionTimeline ret (return value: ccs.ActionTimeline)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#ActionTimelineCache] removeAction
|
|
|
|
-- @param self
|
2014-08-29 18:38:25 +08:00
|
|
|
-- @param #string str
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#ActionTimelineCache] destroyInstance
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
return nil
|