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:
@ -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
|
||||
|
Reference in New Issue
Block a user