ChannelActive¶
Description¶
Checks if a channel is currently playing audio or is paused.
Parameters¶
channel
-
The ID of the channel to check.
Return Value¶
Returns the result of the check as a bool32
. The result will be false
if the channel is in an idle state; otherwise, it will be true
.