axmol/cocos/scripting/lua-bindings/auto/api/StopGrid.lua

34 lines
909 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module StopGrid
-- @extend ActionInstant
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- brief Create a StopGrid Action.<br>
-- return Return a pointer of StopGrid. When the creation failed, return nil.
2014-03-10 14:04:58 +08:00
-- @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)
2014-03-10 14:04:58 +08:00
return nil