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

36 lines
887 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module FlipY
-- @extend ActionInstant
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- Create the action.<br>
-- param y Flips the sprite vertically if true.<br>
-- return An autoreleased FlipY object.
2014-03-10 14:04:58 +08:00
-- @function [parent=#FlipY] create
-- @param self
-- @param #bool y
2014-03-10 14:04:58 +08:00
-- @return FlipY#FlipY ret (return value: cc.FlipY)
--------------------------------
--
-- @function [parent=#FlipY] clone
-- @param self
-- @return FlipY#FlipY ret (return value: cc.FlipY)
--------------------------------
-- param time In seconds.
-- @function [parent=#FlipY] update
-- @param self
-- @param #float time
-- @return FlipY#FlipY self (return value: cc.FlipY)
--------------------------------
--
-- @function [parent=#FlipY] reverse
-- @param self
-- @return FlipY#FlipY ret (return value: cc.FlipY)
2014-03-10 14:04:58 +08:00
return nil