diff options
author | sapier <Sapier at GMX dot net> | 2014-08-25 21:16:32 +0200 |
---|---|---|
committer | sapier <Sapier at GMX dot net> | 2014-08-25 21:16:32 +0200 |
commit | d7364d65ac9ed8a8312d87156de78a81d08c5f86 (patch) | |
tree | 936e74197923c48da94a2a9cc16580f021be83b7 /doc/lua_api.txt | |
parent | e66bb9b864ad8e917f20879d5a4a31fc744c766c (diff) | |
download | minetest-d7364d65ac9ed8a8312d87156de78a81d08c5f86.tar.gz minetest-d7364d65ac9ed8a8312d87156de78a81d08c5f86.tar.bz2 minetest-d7364d65ac9ed8a8312d87156de78a81d08c5f86.zip |
Add missing doc for minetest.get_us_time()
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 ----------------------------- |