7 lines
210 B
Lua
7 lines
210 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param index number
|
|
---Returns the name of the given game sound input driver
|
|
function Sound_GameSystem_GetInputDriverNameByIndex(index) end
|