1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_audio_openalinstalled:
- ===============
- OpenALInstalled
- ===============
- OpenALInstalled -
- Description
- ===========
- .. code-block:: blitzmax
- OpenALInstalled()
- Check if OpenAL is installed.
- This function allows you to determine whether OpenAL is installed on the current machine.
- Parameters
- ==========
- Return Values
- =============
- True if OpenAL is installed.
- Examples
- ========
- See Also
- ========
|