[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Plays the sound of a beep of a specified frequency and duration through the console speaker. Tab=Console [Property] Frequency=Sets the frequency of the beep, ranging from 37 to 32767 hertz. ARG(int)|1|0 Duration=Sets the duration of the beep measured in milliseconds. ARG(int)|1|0 [Methods] doBeep=Plays the sound of a beep through the console speaker. ARG()|1|0 doBeep2=Plays the sound of a beep of a specified frequency and duration through the console speaker. ARG(int frequency, int duration)|1|0 Frequency=Defines the frequency of the beep, ranging from 37 to 32767 hertz. ARG(int)|4|1 Duration=Defines the duration of the beep measured in milliseconds. ARG(int)|4|1