1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 10:25:21 +02:00

SAPI: Move core.get_us_time() to Util module

This commit is contained in:
kwolekr
2015-10-26 03:45:55 -04:00
parent 5f342aa015
commit 306b067091
5 changed files with 17 additions and 12 deletions

View File

@@ -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, ...)