Files
wow_Meta/api/StopSound.lua
2024-12-16 13:13:08 +01:00

5 lines
286 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param soundHandle number
---Stop a playing sound. Stops a sound that has been started with either PlaySound or PlaySoundFile using the handle given as the second return by both functions.
function StopSound(soundHandle) end