mirror of https://github.com/axmolengine/axmol.git
31 lines
965 B
Lua
31 lines
965 B
Lua
|
|
--------------------------------
|
|
-- @module Application
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Application] getTargetPlatform
|
|
-- @param self
|
|
-- @return ApplicationProtocol::Platform#ApplicationProtocol::Platform ret (return value: cc.ApplicationProtocol::Platform)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Application] getCurrentLanguageCode
|
|
-- @param self
|
|
-- @return char#char ret (return value: char)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Application] getCurrentLanguage
|
|
-- @param self
|
|
-- @return LanguageType#LanguageType ret (return value: cc.LanguageType)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Application] setAnimationInterval
|
|
-- @param self
|
|
-- @param #double double
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Application] getInstance
|
|
-- @param self
|
|
-- @return Application#Application ret (return value: cc.Application)
|
|
|
|
return nil
|