diff options
author | Lars Müller <34514239+appgurueu@users.noreply.github.com> | 2021-02-24 12:05:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 12:05:17 +0100 |
commit | b5eda416cea3157ae3590fb7d229cd2cd17c3bf9 (patch) | |
tree | 71f6fc3b0fee3188cdecee8b52bbc558a39843e1 /doc/lua_api.txt | |
parent | d51d0d77c4e88dec8f9670942e19595cbb3a0234 (diff) | |
download | minetest-b5eda416cea3157ae3590fb7d229cd2cd17c3bf9.tar.gz minetest-b5eda416cea3157ae3590fb7d229cd2cd17c3bf9.tar.bz2 minetest-b5eda416cea3157ae3590fb7d229cd2cd17c3bf9.zip |
Slap u64 on everything time-y (#10984)
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r-- | doc/lua_api.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index d3165b9fd..c09578a15 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -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 |