7 lines
179 B
Lua
7 lines
179 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return boolean isPlaying
|
|
---Returns True/False if Stop Watch is running.
|
|
function Stopwatch_IsPlaying() end
|