mirror of https://github.com/axmolengine/axmol.git
31 lines
857 B
Lua
31 lines
857 B
Lua
|
|
--------------------------------
|
|
-- @module GUIReader
|
|
--------------------------------
|
|
-- @function [parent=#GUIReader] widgetFromJsonFile
|
|
-- @param self
|
|
-- @param #char char
|
|
-- @return Widget#Widget ret (return value: ccui.Widget)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#GUIReader] getFilePath
|
|
-- @param self
|
|
-- @return string#string ret (return value: string)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#GUIReader] getVersionInteger
|
|
-- @param self
|
|
-- @param #char char
|
|
-- @return int#int ret (return value: int)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#GUIReader] destroyInstance
|
|
-- @param self
|
|
|
|
--------------------------------
|
|
-- @function [parent=#GUIReader] getInstance
|
|
-- @param self
|
|
-- @return GUIReader#GUIReader ret (return value: ccs.GUIReader)
|
|
|
|
return nil
|