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