2014-10-16 12:01:10 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module EventAssetsManagerEx
|
|
|
|
-- @extend EventCustom
|
|
|
|
-- @parent_module cc
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#EventAssetsManagerEx] getAssetsManagerEx
|
|
|
|
-- @param self
|
|
|
|
-- @return AssetsManagerEx#AssetsManagerEx ret (return value: cc.AssetsManagerEx)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#EventAssetsManagerEx] getAssetId
|
|
|
|
-- @param self
|
|
|
|
-- @return string#string ret (return value: string)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#EventAssetsManagerEx] getCURLECode
|
|
|
|
-- @param self
|
|
|
|
-- @return int#int ret (return value: int)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#EventAssetsManagerEx] getMessage
|
|
|
|
-- @param self
|
|
|
|
-- @return string#string ret (return value: string)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#EventAssetsManagerEx] getCURLMCode
|
|
|
|
-- @param self
|
|
|
|
-- @return int#int ret (return value: int)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#EventAssetsManagerEx] getPercentByFile
|
|
|
|
-- @param self
|
|
|
|
-- @return float#float ret (return value: float)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#EventAssetsManagerEx] getEventCode
|
|
|
|
-- @param self
|
|
|
|
-- @return int#int ret (return value: int)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#EventAssetsManagerEx] getPercent
|
|
|
|
-- @param self
|
|
|
|
-- @return float#float ret (return value: float)
|
|
|
|
|
2015-05-05 11:31:53 +08:00
|
|
|
--------------------------------
|
|
|
|
-- Constructor
|
|
|
|
-- @function [parent=#EventAssetsManagerEx] EventAssetsManagerEx
|
|
|
|
-- @param self
|
|
|
|
-- @param #string eventName
|
|
|
|
-- @param #cc.AssetsManagerEx manager
|
|
|
|
-- @param #int code
|
|
|
|
-- @param #float percent
|
|
|
|
-- @param #float percentByFile
|
|
|
|
-- @param #string assetId
|
|
|
|
-- @param #string message
|
|
|
|
-- @param #int curle_code
|
|
|
|
-- @param #int curlm_code
|
|
|
|
-- @return EventAssetsManagerEx#EventAssetsManagerEx self (return value: cc.EventAssetsManagerEx)
|
|
|
|
|
2014-10-16 12:01:10 +08:00
|
|
|
return nil
|