mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
Fix doc/lua_api.txt
This commit is contained in:
parent
dc70f50b59
commit
96ee73f790
@ -543,7 +543,7 @@ minetest.dir_to_facedir(dir)
|
|||||||
minetest.dir_to_wallmounted(dir)
|
minetest.dir_to_wallmounted(dir)
|
||||||
^ Convert a vector to a wallmounted value, used for paramtype2="wallmounted"
|
^ Convert a vector to a wallmounted value, used for paramtype2="wallmounted"
|
||||||
minetest.get_node_drops(nodename, toolname)
|
minetest.get_node_drops(nodename, toolname)
|
||||||
^ Get list of ItemStacks.
|
^ Returns list of item names.
|
||||||
^ Note: This will be removed or modified in a future version.
|
^ Note: This will be removed or modified in a future version.
|
||||||
|
|
||||||
Defaults for the on_* item definition functions:
|
Defaults for the on_* item definition functions:
|
||||||
@ -944,7 +944,7 @@ Chatcommand definition (register_chatcommand)
|
|||||||
{
|
{
|
||||||
params = "<name> <privilege>", -- short parameter description
|
params = "<name> <privilege>", -- short parameter description
|
||||||
description = "Remove privilege from player", -- full description
|
description = "Remove privilege from player", -- full description
|
||||||
privs = {privs=true}}, -- require the "privs" privilege to run
|
privs = {privs=true}, -- require the "privs" privilege to run
|
||||||
func = function(name, param), -- called when command is run
|
func = function(name, param), -- called when command is run
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user