Difference between revisions of "minetest.get content id"
Jump to navigation
Jump to search
Hybrid Dog (talk | contribs) (Created page with "== Syntax == <source>minetest.get_content_id(name)</source> == Description == Returns an integer: the internal content ID of name {{MissingExample}} Category:Methods") |
Hybrid Dog (talk | contribs) 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
This article is missing examples. Feel free to add them. |