Grid.addRegionCopied() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
target |
{Vector2} |
No |
source |
{Vector4} |
No |
other? |
{Grid} |
Yes |
Not applicable.
Copy values of cells from the specified region of this or specified other Grid
and add them to values of cells in the region of the same size
in this Grid
, starting from the specified target location. The value will be replaced if it is not the same type as the one already existing in the cell.