projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e66bb9b
)
Add missing doc for minetest.get_us_time()
author
sapier
<Sapier at GMX dot net>
Mon, 25 Aug 2014 19:16:32 +0000
(21:16 +0200)
committer
sapier
<Sapier at GMX dot net>
Mon, 25 Aug 2014 19:16:32 +0000
(21:16 +0200)
doc/lua_api.txt
patch
|
blob
|
history
diff --git
a/doc/lua_api.txt
b/doc/lua_api.txt
index 5412c4ccb61bbfd5904b8062566b9054fddb131f..37eb7e79685b4ceb7852e43ec1b1538d95d58068 100644
(file)
--- 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
-----------------------------