From d565783beca997d66f157158f45956e70c7cb59f Mon Sep 17 00:00:00 2001 From: Anand S <36130650+ClobberXD@users.noreply.github.com> Date: Mon, 25 Jun 2018 01:48:25 +0530 Subject: [PATCH] Lua_api.txt: Replace `engine.*` with `core.*` (#7474) --- doc/lua_api.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 743cca47df01..47931eb0076d 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -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[,;;,,...,;;;]` * Show a tab**header** at specific position (ignores formsize) @@ -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[,;,;;,,...,;]` * Show scrollable table using options defined by the previous `tableoptions[]` @@ -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[;;...]` * Sets options for `table[]`