-------------------------------- -- @module FlipY -- @extend ActionInstant -- @parent_module cc -------------------------------- -- create the action -- @function [parent=#FlipY] create -- @param self -- @param #bool y -- @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) return nil