diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 5412c4ccb61bbfd5904b8062566b9054fddb131f..37eb7e79685b4ceb7852e43ec1b1538d95d58068 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1276,6 +1276,8 @@ minetest.formspec_escape(string) -> string ^ escapes characters [ ] \ , ; that can not be used in formspecs minetest.is_yes(arg) ^ returns whether arg can be interpreted as yes +minetest.get_us_time() +^ returns time with microsecond precision minetest namespace reference -----------------------------