mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Add missing doc for minetest.get_us_time()
This commit is contained in:
parent
e66bb9b864
commit
d7364d65ac
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
-----------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue