123456789101112131415161718192021222324252627282930313233 |
- .. _func_graphics_max2d_getrotation:
- ===========
- GetRotation
- ===========
- GetRotation -
- Description
- ===========
- .. code-block:: blitzmax
- GetRotation#()
- Get current Max2D rotation setting.
- Parameters
- ==========
- Return Values
- =============
- The rotation in degrees.
- Examples
- ========
- See Also
- ========
|