diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-06-11 08:41:53 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-06-11 08:41:53 +0100 |
commit | 093b8c9eed69354d1ad9ca68b41ba663534bd6da (patch) | |
tree | 35bfa77b9633c7a98c8852003ba8ee5a5c338549 /api.txt | |
parent | f8692e94e372045321cdfa28e20c5ff0af11ce9d (diff) |
Updated api.txt
Diffstat (limited to 'api.txt')
-rw-r--r-- | api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ The mob api also has some preset variables and functions that it will remember f 'self.owner' string used to set owner of npc mobs, typically used for dogs 'self.order' set to "follow" or "stand" so that npc will follow owner or stand it's ground 'on_die' a function that is called when mob is killed - 'do_custom' a custom function that is called while mob is active and which has access to all of the self.* variables e.g. (self.health for health or self.standing_in for node status) + 'do_custom' a custom function that is called while mob is active and which has access to all of the self.* variables e.g. (self.health for health or self.standing_in for node status), return with 'false' to skip remainder of mob API. mobs:register_spawn(name, nodes, max_light, min_light, chance, active_object_count, max_height, day_toggle) |