commentary

This commit is contained in:
Tai @ Flex 2016-11-26 12:32:11 +00:00
parent 6708c966ca
commit 77a30f9e05
1 changed files with 2 additions and 0 deletions

View File

@ -1,9 +1,11 @@
local protection_detectors = {}
-- Other protection mods should be able to display their protection in the hud
areas.register_hud_handler = function(handler)
protection_detectors[#protection_detectors+1] = handler
end
-- Generalized call to registered handlers to add their proeciton labels to the areas list
local detect_extra_protection = function(pos,res)
if #protection_detectors <= 0 then
return res