7 lines
210 B
Lua
7 lines
210 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number volume
|
|
---Returns the current volume level of the microphone signal
|
|
function VoiceChat_GetCurrentMicrophoneSignalLevel() end
|