diff options
author | Kahrl <kahrl@gmx.net> | 2013-06-20 07:52:04 +0200 |
---|---|---|
committer | Kahrl <kahrl@gmx.net> | 2013-06-20 07:52:04 +0200 |
commit | 469d0b120e3d06c4c3a0079e71215d744339ec48 (patch) | |
tree | ddcc7c5fef669c0c865385edc3372f43cd8d94e4 | |
parent | 81c8b404e7ab6d56079eb8cc51065bf07f1c2c8a (diff) | |
download | minetest-469d0b120e3d06c4c3a0079e71215d744339ec48.tar.gz minetest-469d0b120e3d06c4c3a0079e71215d744339ec48.tar.bz2 minetest-469d0b120e3d06c4c3a0079e71215d744339ec48.zip |
Remove deprecated functions that don't work anymore from lua_api.txt
-rw-r--r-- | doc/lua_api.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index d3d427d69..a19174548 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1018,7 +1018,6 @@ minetest.setting_get(name) -> string or nil minetest.setting_getbool(name) -> boolean value or nil minetest.setting_get_pos(name) -> position or nil minetest.setting_save() -> nil, save all settings to config file -minetest.add_to_creative_inventory(itemstring) Authentication: minetest.notify_authentication_modified(name) @@ -1293,15 +1292,6 @@ minetest.object_refs minetest.luaentities ^ List of lua entities, indexed by active object id -Deprecated but defined for backwards compatibility: -minetest.digprop_constanttime(time) -minetest.digprop_stonelike(toughness) -minetest.digprop_dirtlike(toughness) -minetest.digprop_gravellike(toughness) -minetest.digprop_woodlike(toughness) -minetest.digprop_leaveslike(toughness) -minetest.digprop_glasslike(toughness) - Class reference ---------------- NodeMetaRef: Node metadata - reference extra data and functionality stored |