Skip to content

Commit

Permalink
Lua_api.txt: Replace engine.* with core.* (#7474)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClobberXD authored and paramat committed Jun 24, 2018
1 parent de621d5 commit d565783
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/lua_api.txt
Expand Up @@ -2279,7 +2279,7 @@ appearing when you don't expect them to. See `no_prepend[]`
* Index to be selected within textlist
* `true`/`false`: draw transparent background
* See also `minetest.explode_textlist_event`
(main menu: `engine.explode_textlist_event`).
(main menu: `core.explode_textlist_event`).

#### `tabheader[<X>,<Y>;<name>;<caption 1>,<caption 2>,...,<caption n>;<current_tab>;<transparent>;<draw_border>]`
* Show a tab**header** at specific position (ignores formsize)
Expand Down Expand Up @@ -2326,7 +2326,7 @@ appearing when you don't expect them to. See `no_prepend[]`
* Fieldname data is transferred to Lua
* Value this trackbar is set to (`0`-`1000`)
* See also `minetest.explode_scrollbar_event`
(main menu: `engine.explode_scrollbar_event`).
(main menu: `core.explode_scrollbar_event`).

#### `table[<X>,<Y>;<W>,<H>;<name>;<cell 1>,<cell 2>,...,<cell n>;<selected idx>]`
* Show scrollable table using options defined by the previous `tableoptions[]`
Expand All @@ -2337,7 +2337,7 @@ appearing when you don't expect them to. See `no_prepend[]`
* `cell 1`...`cell n`: cell contents given in row-major order
* `selected idx`: index of row to be selected within table (first row = `1`)
* See also `minetest.explode_table_event`
(main menu: `engine.explode_table_event`).
(main menu: `core.explode_table_event`).

#### `tableoptions[<opt 1>;<opt 2>;...]`
* Sets options for `table[]`
Expand Down

0 comments on commit d565783

Please sign in to comment.