-------------------------------- -- @module ActionRotationFrame -- @extend ActionFrame -- @parent_module ccs -------------------------------- -- @function [parent=#ActionRotationFrame] setRotation -- @param self -- @param #float float -------------------------------- -- @overload self, float, ccs.ActionFrame -- @overload self, float -- @function [parent=#ActionRotationFrame] getAction -- @param self -- @param #float float -- @param #ccs.ActionFrame actionframe -- @return ActionInterval#ActionInterval ret (retunr value: cc.ActionInterval) -------------------------------- -- @function [parent=#ActionRotationFrame] getRotation -- @param self -- @return float#float ret (return value: float) -------------------------------- -- @function [parent=#ActionRotationFrame] ActionRotationFrame -- @param self return nil