$inwave » History » Version 5
Per Amundsen, 02/23/2023 01:45 PM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | *$inwave* |
||
| 4 | |||
| 5 | 3 | Per Amundsen | Return [[$true]] if a wave sound is [[/splay|playing]], otherwise [[$false]]. |
| 6 | 4 | Per Amundsen | |
| 7 | *Properties* |
||
| 8 | |||
| 9 | 5 | Per Amundsen | table(ktable). |
| 10 | |*Property*|*Description*| |
||
| 11 | | .fname | Returns the filename of the currently playing sound. | |
||
| 12 | | .length | Returns the length of the currently playing sound. | |
||
| 13 | | .pos | Returns the played position of the currently playing sound. | |
||
| 14 | | .pause | Returns [[$true]] if the sound is paused, otherwise [[$false]]. | |