mirror of
https://github.com/minetest/minetest.git
synced 2025-03-23 02:32:38 +01:00
Add missing doc for minetest.get_us_time()
This commit is contained in:
@ -1276,6 +1276,8 @@ minetest.formspec_escape(string) -> string
|
|||||||
^ escapes characters [ ] \ , ; that can not be used in formspecs
|
^ escapes characters [ ] \ , ; that can not be used in formspecs
|
||||||
minetest.is_yes(arg)
|
minetest.is_yes(arg)
|
||||||
^ returns whether arg can be interpreted as yes
|
^ returns whether arg can be interpreted as yes
|
||||||
|
minetest.get_us_time()
|
||||||
|
^ returns time with microsecond precision
|
||||||
|
|
||||||
minetest namespace reference
|
minetest namespace reference
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
Reference in New Issue
Block a user