123456789101112131415161718192021222324252627282930313233343536 |
- .. _func_audio_enableopenalaudio:
- =================
- EnableOpenALAudio
- =================
- EnableOpenALAudio -
- Description
- ===========
- .. code-block:: blitzmax
- EnableOpenALAudio()
- Enable OpenAL Audio
- After successfully executing this command, OpenAL audio drivers will be added
- to the array of drivers returned by #AudioDrivers.
- Parameters
- ==========
- Return Values
- =============
- True if successful
- Examples
- ========
- See Also
- ========
|