func_graphics_setgraphics.rst 413 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _func_graphics_setgraphics:
  2. ===========
  3. SetGraphics
  4. ===========
  5. SetGraphics -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SetGraphics( g:TGraphics )
  10. Set current graphics object
  11. #SetGraphics will also change the current graphics driver if @g uses a different driver
  12. than the current driver.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========