Updated Play Sound.md (markdown)
commited
commit
5897d846c836a5798958567790abe71fd5d5d137
... | ... | @@ -9,7 +9,7 @@ Inputs: |
9 | 9 | |
10 | 10 | Output: |
11 | 11 | |
12 | - Channel: When too many looped sounds are playing or all channels are occupied, it outputs -1. Otherwise, it outputs a non-negative integer where the sound is occupied from 0 to 9 (inclusive). Used in conjunction with [[Volume Pitch]]. |
|
12 | - Channel: When all channels are occupied or sounds are turned off in fancade settings, it outputs -1. Otherwise, it outputs a non-negative integer where the sound is occupied from 0 to 9 (inclusive). Used in conjunction with [[Volume Pitch]]. |
|
13 | 13 | |
14 | 14 | ## Notes |
15 | 15 |