From 162ffd7fba9d4e79a29f65686f3efbebaee9cee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Thu, 31 May 2018 22:52:08 +0200 Subject: Fix isNan on setYaw Lua call (#7380) * Fix isNan on setYaw Lua call --- doc/client_lua_api.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/client_lua_api.txt') 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` -- cgit v1.2.3