[lua] Map.PlotXYWithRangeCheck() description:
for direction_plot_X = -4, 4 do --all directions loop
for direction_plot_Y = -4, 4 do --all directions loop
local otherPlot = Map.PlotXYWithRangeCheck(start_plot_X, start_plot_Y, direction_plot_X, direction_plot_Y, distance_in_plots);
end
end
is it ok?
for direction_plot_X = -4, 4 do --all directions loop
for direction_plot_Y = -4, 4 do --all directions loop
local otherPlot = Map.PlotXYWithRangeCheck(start_plot_X, start_plot_Y, direction_plot_X, direction_plot_Y, distance_in_plots);
end
end
is it ok?