Search results

Jump to navigation Jump to search

Page title matches

Page text matches

  • * Get [[Intro|introduced to the mod API]] * Check out the [[Lua API Documentation]]
    153 bytes (20 words) - 23:30, 4 July 2020
  • == Proposal to delete the API section == ...(I can't do it because it needs SysOp privs). See also: [[MinetestWiki:Lua API Wiki Documentation Cleanup]]. --[[User:Wuzzy|Wuzzy]] ([[User talk:Wuzzy|tal
    568 bytes (85 words) - 10:54, 24 May 2022
  • '''The Minetest developer wiki is about the engine and the related modding API, which is discussed greatly.''' It contains everything you need to know about the modding API.
    410 bytes (63 words) - 19:25, 5 October 2017
  • ...are not used for the settings API in Lua or in C++; in particular, the Lua API will return '''nil''' if the setting is not defined in the configuration, r
    466 bytes (74 words) - 20:51, 24 October 2022
  • See the Lua API or https://rubenwardy.com/minetest_modding_book/en/items/inventories.html
    89 bytes (15 words) - 01:58, 16 August 2022
  • ...br/>For the official and up-to-date documentation, see [[Modding Intro|Lua API Documentation]].}} ...ntains unofficial and potentially outdated, redundant and inconsistent Lua API information}}
    1 KB (147 words) - 22:27, 17 November 2023
  • ...ntains unofficial and potentially outdated, redundant and inconsistent Lua API information"<br> ...age can provide more information, like the fact that it doesn't affect the API.
    519 bytes (81 words) - 18:30, 19 February 2021
  • #REDIRECT [[MinetestWiki:Lua API Wiki Documentation Cleanup]]
    61 bytes (7 words) - 18:35, 26 June 2020
  • .../github.com/minetest/minetest/blob/master/doc/lua_api.txt official modding API reference] * und das [[Intro|introduced to the mod API]]
    541 bytes (74 words) - 17:37, 21 February 2019
  • Minetest has a scripting '''API''', which is used to program games and mods, creating whole new experiences The API is accessed using Lua, an easy-to-use programming language.
    3 KB (398 words) - 16:44, 18 September 2023
  • [[Category:Mods]] [[Category:Modding API]]
    108 bytes (16 words) - 19:33, 24 October 2022
  • API categories.
    13 members (5 subcategories, 0 files) - 01:26, 16 February 2015
  • ...etest/minetest-namespace-reference/#sounds minetest.sound_play] in the Lua API documentation, and [https://minetest.gitlab.io/minetest/sounds/ Sounds] for
    312 bytes (38 words) - 13:50, 25 October 2022
  • === For the Lua API === === For the Lua API ===
    2 KB (243 words) - 08:02, 21 August 2022
  • Category containing pages that contain ''unofficial'' Lua API documentation. This category will be automatically added when [[Template:Un
    23 members (4 subcategories, 0 files) - 15:24, 21 June 2019
  • [[Category:Modding API]]
    3 members (2 subcategories, 0 files) - 00:42, 16 February 2015
  • NOTE: This category is used for the legacy Lua API documentation. We want this wiki to move away from dplicating lua_api.txt.
    1 member (0 subcategories, 0 files) - 20:54, 26 June 2020
  • '''Modding API''' * [[Lua API Documentation]]
    1 KB (136 words) - 13:44, 25 October 2022
  • * '''Learn the API'''. ** [[Lua API Documentation]]
    910 bytes (137 words) - 16:48, 21 August 2022
  • ==== Improve the Lua API by allowing player physics to be combined ==== The idea is to add functionality to the Lua API by allowing to set modifiers (like multiplication or addition), so mods can
    4 KB (671 words) - 11:18, 1 May 2023
  • * API
    302 bytes (31 words) - 16:52, 21 August 2022
  • ...ith '''UNOFFICIAL''' documentation of the methods and functions in the Lua API. [[Category:Modding API‏‎]]
    10 members (0 subcategories, 0 files) - 14:45, 13 May 2019
  • .... See the [https://minetest.gitlab.io/minetest/class-reference/#invref Lua API documentation] for more info.
    496 bytes (68 words) - 08:41, 25 October 2022
  • ...ncludes pages with '''UNOFFICIAL''' documentation of data types in the Lua API. [[Category:Modding API‏‎]]
    1 member (0 subcategories, 0 files) - 14:46, 13 May 2019
  • * Get [[Intro|introduced to the mod API]]
    399 bytes (54 words) - 12:09, 23 November 2015
  • ...ages that include '''UNOFFICIAL''' documentation of the objects in the Lua API, like player or inventory. You should usually access their methods using <c [[Category:Modding API‏‎]]
    5 members (0 subcategories, 0 files) - 12:44, 18 November 2023
  • ...nly'' if other mods ought to access resources inside that mod (e.g. for an API) * Document your own API and code
    1 KB (243 words) - 22:31, 6 May 2018
  • ...namespace-reference/ minetest.register_on_protection_violation] in the Lua API documentation.
    857 bytes (119 words) - 13:51, 25 October 2022
  • ...te ist eine in C++ geschriebene Engine, der zweite ist eine modifizierende API, die nützliche Funktionen einer [[Lua]]-Umgebung zugänglich macht.
    525 bytes (73 words) - 21:17, 21 February 2019
  • ...in question. On-disk formats are extremely important to get right. Modding API concerns are split between this and req2. This is about knowing the engine' # Those who have studied the file formats, the protocol and the Lua API, and know how version compatibility can be reliably done.
    2 KB (357 words) - 16:08, 24 September 2022
  • ...netest/minetest-namespace-reference/ minetest.get_craft_result] in the Lua API documentation.
    913 bytes (111 words) - 14:03, 25 October 2022
  • ...[Engine structure|core engine]] written in C++, the second being a modding API that exposes useful functions to a Lua environment.
    713 bytes (108 words) - 16:32, 21 August 2022
  • = Using Script API = === Avoid having to re-enter the C++ side by calling API when not needed ===
    4 KB (683 words) - 19:11, 25 January 2023
  • Within common subfolder parts of script api are implemented that need to be available for cpp as well as lua implementa ...features from all submodules within cpp. ScriptApi is responsible for mod api management too. Any function required by all modules are implemented in Scr
    2 KB (327 words) - 21:15, 15 August 2022
  • ...ility''' - Improve/add API to allow mods to extend the base features (e.g. API for new crops for <i>farming</i>)
    2 KB (280 words) - 11:53, 24 May 2022
  • '''Modding API'''
    2 KB (161 words) - 19:03, 11 March 2019
  • ...hen dispatches them via Lua (that is, the client-side equivalent to Script API): Functions available to client side mods (aka the Lua API):
    6 KB (887 words) - 21:16, 15 August 2022
  • ...ages/Wuzzy/playerphysics/ Player Physics API] [playerphysics]: Lightweight API to modify player physics without interference. Setting the attributes direc ...preferred way to make mods and games translatable is with help of the Lua API with <code>minetest.get_translator</code>. No additional mod is required. R
    16 KB (2,578 words) - 11:19, 1 May 2023
  • == Lua API == Q. I've created a new class for the Lua API, but whenever I try to call a method from it, I get a Lua error that says s
    7 KB (1,178 words) - 09:08, 8 April 2024
  • ...ua_api - (i) wrappers for C++ code to use in Lua scripts and via the Lua-C api (e.g., lua_api/l_server.cpp), and (ii) making simple game abstractions (e.g
    2 KB (275 words) - 09:43, 28 August 2014
  • ...io/minetest/definition-tables/#lbm-loadingblockmodifier-definition the Lua API documentation] for information about the LBM definition.
    2 KB (341 words) - 13:54, 25 October 2022
  • ...f] and [https://minetest.gitlab.io/minetest/metadata/ Metadata] in the Lua API documentation. > ...correct? Or am I missing an obvious alternate solution? The api
    5 KB (639 words) - 14:06, 25 October 2022
  • [[Category:Modding API]]
    3 KB (312 words) - 19:55, 17 May 2018
  • ...dly coded mapgens are a likely cause of OOM errors, if you implement a Lua API, you should always apply all [[Mapgen memory optimisations]]. ...ee the warning, which might give the name of the new function, and the Lua API for any eventual change in behaviour it has.
    13 KB (2,143 words) - 11:17, 1 May 2023
  • * Consistent API
    5 KB (705 words) - 19:44, 25 January 2023
  • ...know what you're doing! This parameter cannot be modified through the Lua API.
    4 KB (623 words) - 11:18, 1 May 2023
  • Each of these "components" consists of some C++ code and a Lua API for scripting.
    5 KB (673 words) - 14:49, 20 June 2020
  • [[Category:Modding API]]
    5 KB (859 words) - 10:10, 24 May 2022
  • * Add new GUI API, probably based on a Lua DSL [https://github.com/minetest/minetest/issues/6
    8 KB (1,296 words) - 13:45, 25 October 2022
  • * [https://github.com/minetest/minetest/pull/14325 Camera API (draft)] ...test/minetest/issues/13072 "Host the generated Lua API documentation under api.minetest.net"] (Zughy)
    55 KB (7,809 words) - 16:23, 28 April 2024

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)