Why do you want to put objects in an array?
Would you like to put their UID's in an array or?
If all objects are in a family, you could probably use something like:
for each family
system compare two values distance(family.x,family.y,explosion.x,explosion.y) < 150
But if you only want the distance to have effect on the objects, there would be no need for an array..