1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-15 20:35:17 +03:00

Re #3462: Lua doc update

This commit is contained in:
Damjan Adamic 2016-05-09 19:29:00 +02:00
parent 5f648b2050
commit 49cad7f757

View file

@ -616,7 +616,8 @@ Play a tone
* `PLAY_NOW` play immediately * `PLAY_NOW` play immediately
@param freqIncr (number) positive number increases the tone pitch (frequency with time), @param freqIncr (number) positive number increases the tone pitch (frequency with time),
negative number decreases it. Bigger number has more effect negative number decreases it. The frequency changes every 10 milliseconds, the change is `freqIncr * 10Hz`.
The valid range is from -127 to 127.
@status current Introduced in 2.1.0 @status current Introduced in 2.1.0
*/ */