DigFree
Category: Landscape
Since engine version: 4.6.5.0 CP
Description
Makes a circular hole in semi-solid materials.
Syntax
void DigFree
(int iX, int iY, int iRadius);
Parameters
- iX:
X coordinate
- iY:
Y coordinate
- iRadius:
Radius
Example
DigFree(700, 1500, 5);
Makes a small hole in the middle of the landscape.
jwk, April 2002