1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

Add missing doc for minetest.get_us_time()

This commit is contained in:
sapier 2014-08-25 21:16:32 +02:00
parent e66bb9b864
commit d7364d65ac

View File

@ -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
-----------------------------