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

34 lines
899 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module GridAction
-- @extend ActionInterval
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- brief Get the pointer of GridBase.<br>
-- return The pointer of GridBase.
2014-03-10 14:04:58 +08:00
-- @function [parent=#GridAction] getGrid
-- @param self
-- @return GridBase#GridBase ret (return value: cc.GridBase)
--------------------------------
--
-- @function [parent=#GridAction] startWithTarget
-- @param self
-- @param #cc.Node target
-- @return GridAction#GridAction self (return value: cc.GridAction)
--------------------------------
--
-- @function [parent=#GridAction] clone
-- @param self
-- @return GridAction#GridAction ret (return value: cc.GridAction)
--------------------------------
--
-- @function [parent=#GridAction] reverse
-- @param self
-- @return GridAction#GridAction ret (return value: cc.GridAction)
2014-03-10 14:04:58 +08:00
return nil