1
0
mirror of https://github.com/minetest/minetest.git synced 2025-06-28 22:26:04 +02:00

Slap u64 on everything time-y (#10984)

This commit is contained in:
Lars Müller
2021-02-24 12:05:17 +01:00
committed by GitHub
parent d51d0d77c4
commit b5eda416ce
2 changed files with 3 additions and 4 deletions

View File

@ -3268,7 +3268,6 @@ Helper functions
* returns true when the passed number represents NaN.
* `minetest.get_us_time()`
* returns time with microsecond precision. May not return wall time.
* This value might overflow on certain 32-bit systems!
* `table.copy(table)`: returns a table
* returns a deep copy of `table`
* `table.indexof(list, val)`: returns the smallest numerical index containing