DigFree Landscape 1.0 OC int int x X coordinate int y Y coordinate int radius Radius bool no_dig2objects Prevent objects from being dug out bool no_instability_check Does not perform instability checks around dug pixels, i.e. prevents surrounding single pixels and liquids from becoming loose. Makes a circular hole in semi-solid materials. The return value is the amount of pixels that were dug free. If no_dig2objects is true, the dug out material does neither create objects according to the Dig2Objects in the *.ocm nor will the amount be stored in the internal buffer. DigFree(700, 1500, 5); Makes a small hole in the middle of the landscape. DigFreeRect 2013-03