Can_zoom player object property: Add missing documentation

master
paramat 2017-09-25 19:28:46 +01:00 committed by paramat
parent a455297d29
commit 6df312a608
1 changed files with 2 additions and 0 deletions

View 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,