2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module Application
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Application] getTargetPlatform
|
|
|
|
-- @param self
|
|
|
|
-- @return ApplicationProtocol::Platform#ApplicationProtocol::Platform ret (return value: cc.ApplicationProtocol::Platform)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-03-21 16:38:19 +08:00
|
|
|
-- @function [parent=#Application] getCurrentLanguageCode
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @param self
|
2014-03-21 16:38:19 +08:00
|
|
|
-- @return char#char ret (return value: char)
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Application] getCurrentLanguage
|
|
|
|
-- @param self
|
|
|
|
-- @return LanguageType#LanguageType ret (return value: cc.LanguageType)
|
|
|
|
|
2014-03-21 16:38:19 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Application] setAnimationInterval
|
|
|
|
-- @param self
|
|
|
|
-- @param #double double
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Application] getInstance
|
|
|
|
-- @param self
|
|
|
|
-- @return Application#Application ret (return value: cc.Application)
|
|
|
|
|
|
|
|
return nil
|