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:
6f661f7
)
Document "wielditem" visual
author
ShadowNinja
<shadowninja@minetest.net>
Wed, 8 Jan 2014 22:09:23 +0000
(17:09 -0500)
committer
ShadowNinja
<shadowninja@minetest.net>
Wed, 8 Jan 2014 22:10:57 +0000
(17:10 -0500)
doc/lua_api.txt
patch
|
blob
|
history
diff --git
a/doc/lua_api.txt
b/doc/lua_api.txt
index dda9f7bcd73b65dab2ba5965126b4273f68ced96..e3fc92b29df13ffd494d17cb9cb9b430e74d372e 100644
(file)
--- a/
doc/lua_api.txt
+++ b/
doc/lua_api.txt
@@
-2010,7
+2010,7
@@
Object Properties
collide_with_objects = true, -- collide with other objects if physical=true
weight = 5,
collisionbox = {-0.5,-0.5,-0.5, 0.5,0.5,0.5},
- visual = "cube"/"sprite"/"upright_sprite"/"mesh",
+ visual = "cube"/"sprite"/"upright_sprite"/"mesh"
/"wielditem"
,
visual_size = {x=1, y=1},
mesh = "model",
textures = {}, -- number of required textures depends on visual