EngineRemoveImage

From Multi Theft Auto: Wiki
Revision as of 17:46, 10 April 2023 by Tracer (talk | contribs) (Changed to a valid revision)
Jump to navigation Jump to search

ADDED/UPDATED IN VERSION 1.6.0 r21695:
This function removes an IMG container from GTA.
[[|link=|]] Warning: This article is incomplete and may contain errors

Syntax

img engineRemoveImage ( img img_file )


OOP Syntax Help! I don't understand this!

Method: EngineIMG(...)


Required Arguments

  • img_file: The IMG file you want to remove.

Returns

Returns true if IMG file was successfully removed, false otherwise.


See Also