6 lines
188 B
Lua
6 lines
188 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number isRecording
|
|
---Returns whether a Microphone Test is recording
|
|
function VoiceChat_IsRecordingLoopbackSound() end
|