Skip to content

Commit

Permalink
Remove invalid doc about minetest.get_time_us()
Browse files Browse the repository at this point in the history
  • Loading branch information
sapier authored and sapier committed Aug 25, 2014
1 parent d7364d6 commit 8ab2971
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/lua_api.txt
Expand Up @@ -1541,8 +1541,6 @@ minetest.set_node_level(pos, level)
^ set level of leveled node, default level = 1, if totallevel > maxlevel returns rest (total-max).
minetest.add_node_level(pos, level)
^ increase level of leveled node by level, default level = 1, if totallevel > maxlevel returns rest (total-max). can be negative for decreasing
minetest.get_time_us()
^ get time in microseconds

Inventory:
minetest.get_inventory(location) -> InvRef
Expand Down

0 comments on commit 8ab2971

Please sign in to comment.