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

Lua docs fix: playNumber() units table correction

This commit is contained in:
Damjan Adamic 2017-03-13 20:16:58 +01:00
parent 97734f2d9a
commit 7aae618ff8

View file

@ -688,16 +688,17 @@ Play a numerical value (text to speech)
| 13 | Percent |
| 14 | Milliamp Hours |
| 15 | Watts |
| 16 | DB |
| 17 | RPM |
| 18 | Gee |
| 19 | Degrees |
| 20 | Radians |
| 21 | Milliliters |
| 22 | Fluid Ounces |
| 23 | Hours |
| 24 | Minutes |
| 25 | Seconds |
| 16 | Milliwatts |
| 17 | DB |
| 18 | RPM |
| 19 | Gee |
| 20 | Degrees |
| 21 | Radians |
| 22 | Milliliters |
| 23 | Fluid Ounces |
| 24 | Hours |
| 25 | Minutes |
| 26 | Seconds |
*/
static int luaPlayNumber(lua_State * L)