mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Slap u64 on everything time-y (#10984)
This commit is contained in:
parent
d51d0d77c4
commit
b5eda416ce
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue