mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-21 18:11:11 +00:00
SAPI: Move core.get_us_time() to Util module
This commit is contained in:
parent
5f342aa015
commit
306b067091
5 changed files with 17 additions and 12 deletions
|
@ -191,6 +191,8 @@ core.create_world(worldname, gameid)
|
|||
core.delete_world(index)
|
||||
|
||||
Helpers:
|
||||
core.get_us_time()
|
||||
^ returns time with microsecond precision
|
||||
core.gettext(string) -> string
|
||||
^ look up the translation of a string in the gettext message catalog
|
||||
fgettext_ne(string, ...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue