Code: Select all
local entities = nauvisSurface.find_entities_filtered({area = area, type = "wall" })
Code: Select all
local entities = nauvisSurface.find_entities_filtered({area = area, type = "entity_with_health" })
I sure hope I don't have to hardcode a list of every Class which implements `Prototype/EntityWithHealth`?!