func_audio_openalinstalled.rst 420 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_audio_openalinstalled:
  2. ===============
  3. OpenALInstalled
  4. ===============
  5. OpenALInstalled -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. OpenALInstalled()
  10. Check if OpenAL is installed.
  11. This function allows you to determine whether OpenAL is installed on the current machine.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. True if OpenAL is installed.
  17. Examples
  18. ========
  19. See Also
  20. ========