mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-16 18:05:22 +02:00
Can_zoom player object property: Add missing documentation
This commit is contained in:
@@ -4128,6 +4128,8 @@ Definition tables
|
|||||||
-- ^ For players: Defaults to `minetest.PLAYER_MAX_HP_DEFAULT`
|
-- ^ For players: Defaults to `minetest.PLAYER_MAX_HP_DEFAULT`
|
||||||
breath_max = 0,
|
breath_max = 0,
|
||||||
-- ^ For players only. Defaults to `minetest.PLAYER_MAX_BREATH_DEFAULT`
|
-- ^ 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,
|
physical = true,
|
||||||
collide_with_objects = true, -- collide with other objects if physical = true
|
collide_with_objects = true, -- collide with other objects if physical = true
|
||||||
weight = 5,
|
weight = 5,
|
||||||
|
Reference in New Issue
Block a user