]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - doc/lua_api.txt
Add minetest.get_gametime() API function, that returns the number of seconds since...
[dragonfireclient.git] / doc / lua_api.txt
index e65392c177ea210183e0dd60a65a5bbcec05ad2f..f593b0db8d294649b80528ea25876cd2e94a979b 100644 (file)
@@ -1226,6 +1226,7 @@ minetest.get_player_by_name(name) -- Get an ObjectRef to a player
 minetest.get_objects_inside_radius(pos, radius)
 minetest.set_timeofday(val): val: 0...1; 0 = midnight, 0.5 = midday
 minetest.get_timeofday()
+minetest.get_gametime(): returns the time, in seconds, since the world was created
 minetest.find_node_near(pos, radius, nodenames) -> pos or nil
 ^ nodenames: eg. {"ignore", "group:tree"} or "default:dirt"
 minetest.find_nodes_in_area(minp, maxp, nodenames) -> list of positions