Difference between revisions of "minetest.get content id"

From Minetest Developer Wiki
Jump to navigation Jump to search
(Created page with "== Syntax == <source>minetest.get_content_id(name)</source> == Description == Returns an integer: the internal content ID of name {{MissingExample}} Category:Methods")
 
m
Line 4: Line 4:
 
== Description ==
 
== Description ==
 
Returns an integer:  
 
Returns an integer:  
the internal content ID of name
+
the internal [[content id|content ID]] of name
  
  
 
{{MissingExample}}
 
{{MissingExample}}
 
[[Category:Methods]]
 
[[Category:Methods]]

Revision as of 13:36, 13 April 2014

Syntax

minetest.get_content_id(name)

Description

Returns an integer: the internal content ID of name


Mbox information.png This article is missing examples.
Feel free to add them.