-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
$inwave Identifier - mIRC
< mirc | identifiers
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
- mIRC Installation
- Virtual profile
- Playing music
- Unicode
- IPv6
- Optimization
- Threads
- DCC Protocols
- Line Length Limit
- Font rendering
Note: This command is also a part of the playing music section.
$inwave returns whether or not a wav file is currently playing.
Contents
[hide]Synopsis[edit]
$inwave[.property]
Properties[edit]
fnameReturns the file name of the currently playing wav file.
posReturns the current position that the player is playing the wav at.
lengthReturns the full length of the currently playing wav file.
pauseReturns $true if the currently playing wav file is paused, else it returns $false.
Example[edit]
Echo whether or not a wav file is playing to the active window
//echo -a $inwave
Echo the currently playing wav file's length to the active window
//echo -a $inwave.length
Compatibility[edit]
Added: mIRC v5.3
Added on: 13 Dec 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also[edit]
[Expand]