Forged Alliance ForeverForged Alliance Forever Forums2018-04-03T20:44:31+02:00/feed.php?f=53&t=160702018-04-03T20:44:31+02:002018-04-03T20:44:31+02:00/viewtopic.php?t=16070&p=162375#p162375But something like this will do the job
Code:
local entities = GetUnitsInRect(rect) local units if entities then units = EntityCategoryFilterDown(category, entities) end
And if you want to get units only of a specific army, then there's function for that in ScenarioFramework.lua