Skip to content

Commit 469d0b1

Browse files
committedJun 20, 2013
Remove deprecated functions that don't work anymore from lua_api.txt
1 parent 81c8b40 commit 469d0b1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
 

‎doc/lua_api.txt

-10
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,6 @@ minetest.setting_get(name) -> string or nil
10181018
minetest.setting_getbool(name) -> boolean value or nil
10191019
minetest.setting_get_pos(name) -> position or nil
10201020
minetest.setting_save() -> nil, save all settings to config file
1021-
minetest.add_to_creative_inventory(itemstring)
10221021

10231022
Authentication:
10241023
minetest.notify_authentication_modified(name)
@@ -1293,15 +1292,6 @@ minetest.object_refs
12931292
minetest.luaentities
12941293
^ List of lua entities, indexed by active object id
12951294

1296-
Deprecated but defined for backwards compatibility:
1297-
minetest.digprop_constanttime(time)
1298-
minetest.digprop_stonelike(toughness)
1299-
minetest.digprop_dirtlike(toughness)
1300-
minetest.digprop_gravellike(toughness)
1301-
minetest.digprop_woodlike(toughness)
1302-
minetest.digprop_leaveslike(toughness)
1303-
minetest.digprop_glasslike(toughness)
1304-
13051295
Class reference
13061296
----------------
13071297
NodeMetaRef: Node metadata - reference extra data and functionality stored

0 commit comments

Comments
 (0)
Please sign in to comment.