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

32 lines
751 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module Show
-- @extend ActionInstant
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- Allocates and initializes the action
2014-03-10 14:04:58 +08:00
-- @function [parent=#Show] create
-- @param self
-- @return Show#Show ret (return value: cc.Show)
--------------------------------
--
-- @function [parent=#Show] clone
-- @param self
-- @return Show#Show ret (return value: cc.Show)
--------------------------------
-- param time in seconds
-- @function [parent=#Show] update
-- @param self
-- @param #float time
--------------------------------
--
-- @function [parent=#Show] reverse
-- @param self
-- @return ActionInstant#ActionInstant ret (return value: cc.ActionInstant)
2014-03-10 14:04:58 +08:00
return nil