mirror of https://github.com/axmolengine/axmol.git
26 lines
670 B
Lua
26 lines
670 B
Lua
|
|
--------------------------------
|
|
-- @module StopGrid
|
|
|
|
--------------------------------
|
|
-- @function [parent=#StopGrid] create
|
|
-- @param self
|
|
-- @return StopGrid#StopGrid ret (return value: cc.StopGrid)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#StopGrid] startWithTarget
|
|
-- @param self
|
|
-- @param #cc.Node node
|
|
|
|
--------------------------------
|
|
-- @function [parent=#StopGrid] clone
|
|
-- @param self
|
|
-- @return StopGrid#StopGrid ret (return value: cc.StopGrid)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#StopGrid] reverse
|
|
-- @param self
|
|
-- @return StopGrid#StopGrid ret (return value: cc.StopGrid)
|
|
|
|
return nil
|