DestroyImage

Parameters
whichImage image

Which image to destroy.

bug

May crash the game if an invalid image is used (null, before the first image is created).

comment

This function destroys the image specified and recycles the handle ID of that image instantly (no ref counting for images).

patch

1.18a

return type
nothing
Source code
native DestroyImage                 takes image whichImage returns nothing
Source
common.j
wc3modding.com
DestroyImage