func_graphics_max2d_setrotation.rst 364 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_graphics_max2d_setrotation:
  2. ===========
  3. SetRotation
  4. ===========
  5. SetRotation -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SetRotation( rotation# )
  10. Set current rotation
  11. @rotation is given in degrees and should be in the range 0 to 360.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. Nothing.
  17. Examples
  18. ========
  19. See Also
  20. ========