- Joined
- Apr 2, 2006
- Messages
- 32
A couple of Qs here.
Let's say I did this:
Would that be leakless?
The "false" at the end of the parameter line determines if the td is permanent.
If I changed that to "true", would I have to manually destroy it later to clean leaks?
Does "stopping" a td clean any leaks created by one?
Let's say I did this:
JASS:
function a takes nothing returns nothing
local terraindeformation td = TerrainDeformCrater(X, Y, 200, 200, 1, false)
endfunction
The "false" at the end of the parameter line determines if the td is permanent.
If I changed that to "true", would I have to manually destroy it later to clean leaks?
Does "stopping" a td clean any leaks created by one?