From: sapier Date: Mon, 25 Aug 2014 19:16:32 +0000 (+0200) Subject: Add missing doc for minetest.get_us_time() X-Git-Tag: 0.4.11~300 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d7364d65ac9ed8a8312d87156de78a81d08c5f86;p=oweals%2Fminetest.git Add missing doc for minetest.get_us_time() --- diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 5412c4ccb..37eb7e796 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 -----------------------------