summaryrefslogtreecommitdiff
path: root/api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'api.txt')
-rw-r--r--api.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/api.txt b/api.txt
index 57e086c..eeb2713 100644
--- a/api.txt
+++ b/api.txt
@@ -559,6 +559,17 @@ Certain variables need to be set before using the above functions:
'self.driver_scale' sets driver scale for mobs larger than {x=1, y=1}
+mobs:line_of_sight(self, pos1, pos2, stepsize)
+
+This function is for use within the mobs definition for special use cases and
+returns true if a mob can see the player or victim.
+
+...'self' mob information
+ 'pos1' position of mob
+ 'pos2' position of vistim or player
+ 'stepsize' usually set to 1
+
+
External Settings for "minetest.conf"
------------------------------------