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