summaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
diff options
context:
space:
mode:
authorWuzzy <wuzzy2@mail.ru>2020-01-22 09:19:27 +0000
committerLoïc Blot <nerzhul@users.noreply.github.com>2020-01-22 10:19:27 +0100
commite05b7dbb3c89ddaf52a4c493a0d05f1ca2244dce (patch)
tree76194e6a7646cffffa9133935a82cd3400466b81 /doc/lua_api.txt
parent3dfb6ecbb26516bcbcc1ef88860175e39af71381 (diff)
downloadminetest-e05b7dbb3c89ddaf52a4c493a0d05f1ca2244dce.tar.gz
minetest-e05b7dbb3c89ddaf52a4c493a0d05f1ca2244dce.tar.bz2
minetest-e05b7dbb3c89ddaf52a4c493a0d05f1ca2244dce.zip
Remove unused weight property from objects (#9320)
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r--doc/lua_api.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index b06e08548..551aa50b5 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -6148,9 +6148,6 @@ Player properties need to be saved manually.
collide_with_objects = true,
-- Collide with other objects if physical = true
- weight = 5,
- -- Unused.
-
collisionbox = {-0.5, 0.0, -0.5, 0.5, 1.0, 0.5}, -- Default
selectionbox = {-0.5, 0.0, -0.5, 0.5, 1.0, 0.5},
-- Selection box uses collision box dimensions when not set.