projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a455297
)
Can_zoom player object property: Add missing documentation
author
paramat
<paramat@users.noreply.github.com>
Mon, 25 Sep 2017 18:28:46 +0000
(19:28 +0100)
committer
paramat
<mat.gregory@virginmedia.com>
Mon, 25 Sep 2017 18:33:31 +0000
(19:33 +0100)
doc/lua_api.txt
patch
|
blob
|
history
diff --git
a/doc/lua_api.txt
b/doc/lua_api.txt
index aa27de52a094ad9a00e34017e4540c4a31e35a07..b71eb5477acaa9e2fcb79fabe68d2b8e7acb23d8 100644
(file)
--- 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,