DestroyImage
- Parameters
-
whichImage image
Which image to destroy.
- comment
-
This function destroys the image specified and recycles the handle ID of that image instantly (no ref counting for images).
- bug
-
May crash the game if an invalid image is used (null, before the first image is created).
- patch
-
1.18a
- Source
- common.j
- return type
-
nothing
- Source code
-
native DestroyImage takes image whichImage returns nothing