mirror of https://github.com/axmolengine/axmol.git
71 lines
1.9 KiB
Lua
71 lines
1.9 KiB
Lua
|
|
--------------------------------
|
|
-- @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)
|
|
|
|
--------------------------------
|
|
-- 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)
|
|
|
|
return nil
|