EngineRemoveImage: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|21708|This function removes an IMG container from GTA.}} {{Note|This article is incomplete and may contain errors}} ==Syntax== <syntaxhighlight lang="lua"> img engineRemoveImage ( img img_file ) </syntaxhighlight> {{OOP||EngineIMG}} ===Required Arguments=== * '''img_file''': The IMG file you want to remove. ===Returns=== Returns ''true'' if IMG file was successfully removed, ''false'' otherwise....")
 
m (Changed from "Note" to "Warning")
Line 3: Line 3:


{{New feature/item|4|1.6.0|21708|This function removes an IMG container from GTA.}}
{{New feature/item|4|1.6.0|21708|This function removes an IMG container from GTA.}}
{{Note|This article is incomplete and may contain errors}}
{{Warning|This article is incomplete and may contain errors}}


==Syntax==
==Syntax==

Revision as of 17:42, 10 April 2023

ADDED/UPDATED IN VERSION 1.6.0 r21708:
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