mirror of https://github.com/axmolengine/axmol.git
40 lines
1.0 KiB
Lua
40 lines
1.0 KiB
Lua
|
|
--------------------------------
|
|
-- @module StopGrid
|
|
-- @extend ActionInstant
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- brief Create a StopGrid Action.<br>
|
|
-- return Return a pointer of StopGrid. When the creation failed, return nil.
|
|
-- @function [parent=#StopGrid] create
|
|
-- @param self
|
|
-- @return StopGrid#StopGrid ret (return value: cc.StopGrid)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#StopGrid] startWithTarget
|
|
-- @param self
|
|
-- @param #cc.Node target
|
|
-- @return StopGrid#StopGrid self (return value: cc.StopGrid)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @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)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#StopGrid] StopGrid
|
|
-- @param self
|
|
-- @return StopGrid#StopGrid self (return value: cc.StopGrid)
|
|
|
|
return nil
|