Difference between revisions of "Category:Objects"

From Minetest Developer Wiki
Jump to navigation Jump to search
(Added example)
Line 1: Line 1:
 
Objects like player or inventory. You should usually access their methods using <code>:</code> instead of <code>.</code>
 
Objects 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>
  
 
[[Category:Modding API‏‎]]
 
[[Category:Modding API‏‎]]

Revision as of 03:07, 15 June 2018

Objects like player or inventory. You should usually access their methods using : instead of .

e.g. minetest.settings:get("dedicated_server_step")

Pages in category "Objects"

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