au3Irr2 Function Reference
_IrrRemoveImageRemoves the image from memory freeing up the space it occupied.
#Include <au3Irrlicht2.au3>
_IrrRemoveImage($h_Image)
Parameters
$h_Image | Handle of the irrlicht memory image object. |
Return Value
Success: TrueFailure: False
Remarks
You should ensure that the image is not in use by other functions.
Related
_IrrGetImage, _IrrGetTexture