Require request_insecure_environment to be called from the mod's main scope
[oweals/minetest.git] / doc / menu_lua_api.txt
index d1e209187756156f6b17835a24fe74986b015a09..c995b4c5595e153cec4542edeaf455a18bb086fe 100644 (file)
@@ -191,6 +191,8 @@ core.create_world(worldname, gameid)
 core.delete_world(index)
 
 Helpers:
+core.get_us_time()
+^ returns time with microsecond precision
 core.gettext(string) -> string
 ^ look up the translation of a string in the gettext message catalog
 fgettext_ne(string, ...)