EngineAddImage: 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 adds an IMG filecontainer from GTA.}} {{Warning|This article is incomplete and may contain errors}} ==Syntax== <syntaxhighlight lang="lua"> img engineAddImage( img img_file ) </syntaxhighlight> {{OOP||EngineIMG}} ===Required Arguments=== * '''img_file''': The IMG file you want to add. ===Returns=== Returns an IMG element if the IMG file was successfully added, ''false'' o...")
 
(Changed to a valid revision)
Line 2: Line 2:
{{Client function}}
{{Client function}}


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



Revision as of 17:45, 10 April 2023

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

Syntax

img engineAddImage( img img_file )


OOP Syntax Help! I don't understand this!

Method: EngineIMG(...)


Required Arguments

  • img_file: The IMG file you want to add.

Returns

Returns an IMG element if the IMG file was successfully added, false otherwise.

See Also