mirror of https://github.com/axmolengine/axmol.git
32 lines
875 B
Lua
32 lines
875 B
Lua
|
|
--------------------------------
|
|
-- @module Application
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Application] getTargetPlatform
|
|
-- @param self
|
|
-- @return int#int ret (return value: int)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Application] getCurrentLanguageCode
|
|
-- @param self
|
|
-- @return char#char ret (return value: char)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Application] getCurrentLanguage
|
|
-- @param self
|
|
-- @return int#int ret (return value: int)
|
|
|
|
--------------------------------
|
|
-- @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
|