From: paramat Date: Mon, 25 Sep 2017 18:28:46 +0000 (+0100) Subject: Can_zoom player object property: Add missing documentation X-Git-Tag: 5.0.0~812 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6df312a608912b3cb21d04532151e29e8b0c7301;p=oweals%2Fminetest.git Can_zoom player object property: Add missing documentation --- diff --git a/doc/lua_api.txt b/doc/lua_api.txt index aa27de52a..b71eb5477 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -4128,6 +4128,8 @@ Definition tables -- ^ For players: Defaults to `minetest.PLAYER_MAX_HP_DEFAULT` breath_max = 0, -- ^ For players only. Defaults to `minetest.PLAYER_MAX_BREATH_DEFAULT` + can_zoom = true, + -- ^ For players only. Enables the zoom feature. Defaults to true physical = true, collide_with_objects = true, -- collide with other objects if physical = true weight = 5,