Difference between revisions of "Category:Objects"

From Minetest Developer Wiki
Jump to navigation Jump to search
(Created page with "Objects like player or inventory. You should usually access their properties using <code>:</code> instead of <code>.</code>")
 
 
(8 intermediate revisions by 7 users not shown)
Line 1: Line 1:
Objects like player or inventory. You should usually access their properties using <code>:</code> instead of <code>.</code>
+
{{UnofficialLua}}
 +
 
 +
This category contains all pages that include '''UNOFFICIAL''' documentation of the objects in the Lua API, like player or inventory. You should usually access their methods using <code>:</code> instead of <code>.</code>
 +
 
 +
'''WARNING''': All pages in this category are doomed to become outdated fast. Use [https://github.com/minetest/minetest/blob/master/doc/lua_api.md lua_api.md] instead (found in your Minetest installation) for the up-to-date and official documentation.
 +
 
 +
[[Category:Modding API‏‎]]

Latest revision as of 12:44, 18 November 2023

Mbox warning.png This page contains unofficial, low-quality Lua API documentation and is likely to be outdated or wrong. Do not rely on it!
For the official and up-to-date documentation, see Lua API Documentation.
Mbox warning.png This page has been proposed for deletion for the following reason: "Contains unofficial and potentially outdated, redundant and inconsistent Lua API information"
If you don't think that this page should be deleted, please explain why on the talk page.

This category contains all pages that include UNOFFICIAL documentation of the objects in the Lua API, like player or inventory. You should usually access their methods using : instead of .

WARNING: All pages in this category are doomed to become outdated fast. Use lua_api.md instead (found in your Minetest installation) for the up-to-date and official documentation.

Pages in category "Objects"

The following 5 pages are in this category, out of 5 total.