OpenRA.Traits.Shroud.ProjectedCellsInRange C# (CSharp) Method

ProjectedCellsInRange() public static method

public static ProjectedCellsInRange ( Map map, CPos cell, WDist range ) : IEnumerable
map Map
cell CPos
range WDist
return IEnumerable
        public static IEnumerable<PPos> ProjectedCellsInRange(Map map, CPos cell, WDist range)
        {
            return ProjectedCellsInRange(map, map.CenterOfCell(cell), range);
        }

Same methods

Shroud::ProjectedCellsInRange ( Map map, WPos pos, WDist range ) : IEnumerable