mirror of https://github.com/axmolengine/axmol.git
19 lines
514 B
Lua
19 lines
514 B
Lua
|
|
--------------------------------
|
|
-- @module ComController
|
|
--------------------------------
|
|
-- @function [parent=#ComController] create
|
|
-- @param self
|
|
-- @return ComController#ComController ret (return value: ccs.ComController)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ComController] createInstance
|
|
-- @param self
|
|
-- @return Ref#Ref ret (return value: cc.Ref)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ComController] ComController
|
|
-- @param self
|
|
|
|
return nil
|