summaryrefslogtreecommitdiff
path: root/doc/client_lua_api.txt
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2018-05-31 22:52:08 +0200
committerGitHub <noreply@github.com>2018-05-31 22:52:08 +0200
commit162ffd7fba9d4e79a29f65686f3efbebaee9cee8 (patch)
treed58d2329f223eb991b4c39c7cfce209c46edc284 /doc/client_lua_api.txt
parentdf991edaa8617730f4ad15648e9131325a0fe2e8 (diff)
downloadminetest-162ffd7fba9d4e79a29f65686f3efbebaee9cee8.tar.gz
minetest-162ffd7fba9d4e79a29f65686f3efbebaee9cee8.tar.bz2
minetest-162ffd7fba9d4e79a29f65686f3efbebaee9cee8.zip
Fix isNan on setYaw Lua call (#7380)
* Fix isNan on setYaw Lua call
Diffstat (limited to 'doc/client_lua_api.txt')
-rw-r--r--doc/client_lua_api.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/client_lua_api.txt b/doc/client_lua_api.txt
index 5651898aa..bdefa3af5 100644
--- a/doc/client_lua_api.txt
+++ b/doc/client_lua_api.txt
@@ -609,6 +609,8 @@ Helper functions
* Converts a string representing an area box into two positions
* `minetest.is_yes(arg)`
* returns whether `arg` can be interpreted as yes
+* `minetest.is_nan(arg)`
+ * returns true true when the passed number represents NaN.
* `table.copy(table)`: returns a table
* returns a deep copy of `table`