Can_zoom player object property: Add missing documentation
authorparamat <paramat@users.noreply.github.com>
Mon, 25 Sep 2017 18:28:46 +0000 (19:28 +0100)
committerparamat <mat.gregory@virginmedia.com>
Mon, 25 Sep 2017 18:33:31 +0000 (19:33 +0100)
doc/lua_api.txt

index aa27de52a094ad9a00e34017e4540c4a31e35a07..b71eb5477acaa9e2fcb79fabe68d2b8e7acb23d8 100644 (file)
@@ -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,