1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-19 06:15:08 +03:00

Lua docs updated

This commit is contained in:
Damjan Adamic 2016-12-11 20:11:56 +01:00
parent a4d899844e
commit 4233e71954
3 changed files with 28 additions and 13 deletions

View file

@ -31,9 +31,9 @@ Get current Model information
@retval table model information:
* `name` (string) model name
* `bitmap` (string) bitmap name
* `bitmap` (string) bitmap name (not present on X7D)
@status current Introduced in 2.0.6, changed in TODO
@status current Introduced in 2.0.6, changed in 2.2.0
*/
static int luaModelGetInfo(lua_State *L)
{