Skip to content

Commit

Permalink
Can_zoom player object property: Add missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Sep 25, 2017
1 parent a455297 commit 6df312a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/lua_api.txt
Expand Up @@ -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,
Expand Down

0 comments on commit 6df312a

Please sign in to comment.