forked from mtcontrib/mobs_redo
update api.txt for mob_object change
This commit is contained in:
6
api.txt
6
api.txt
@ -691,10 +691,10 @@ space to spawn mob [name], if so then a new position is returned for use,
|
|||||||
otherwise nil is returned.
|
otherwise nil is returned.
|
||||||
|
|
||||||
|
|
||||||
mobs:is_node_dangerous(self, nodename)
|
mobs:is_node_dangerous(mob_object, nodename)
|
||||||
|
|
||||||
This function returns true if the node name given is harmful to the mob (self), it is
|
This function returns true if the node name given is harmful to the mob (mob_object),
|
||||||
mainly used when a mob is near a node it has to avoid.
|
it is mainly used when a mob is near a node it has to avoid.
|
||||||
|
|
||||||
|
|
||||||
External Settings for "minetest.conf"
|
External Settings for "minetest.conf"
|
||||||
|
Reference in New Issue
Block a user