5 lines
161 B
Lua
5 lines
161 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Returns the number of game sound output drivers
|
|
function Sound_GameSystem_GetNumOutputDrivers() end
|