6 lines
180 B
Lua
6 lines
180 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---Used internally to stop talking, when push-to-talk is active in voice chat
|
|
function VoicePushToTalkStop() end
|