Difference between revisions of "Category:Objects"

From Minetest Developer Wiki
Jump to navigation Jump to search
(Added example)
(Add warning about outdatedness)
Line 1: Line 1:
Objects like player or inventory. You should usually access their methods using <code>:</code> instead of <code>.</code>
+
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>
  
e.g. <source enclose="none">minetest.settings:get("dedicated_server_step")</source>
+
'''WARNING''': All pages in this category are doomed to become outdated fast. Use [https://github.com/minetest/minetest/blob/master/doc/lua_api.txt lua_api.txt] instead (found in your Minetest installation) for the up-to-date and official documentation.
  
 
[[Category:Modding API‏‎]]
 
[[Category:Modding API‏‎]]

Revision as of 13:52, 13 May 2019

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.txt 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.