func_graphics_graphicsmodeexists.rst 499 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _func_graphics_graphicsmodeexists:
  2. ==================
  3. GraphicsModeExists
  4. ==================
  5. GraphicsModeExists -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. GraphicsModeExists( width,height,depth=0,hertz=0 )
  10. Determine if a graphics mode exists
  11. A value of 0 for any of @width, @height, @depth or @hertz will cause that
  12. parameter to be ignored.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. True if a matching graphics mode is found
  18. Examples
  19. ========
  20. See Also
  21. ========