EngineAddImage

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

ADDED/UPDATED IN VERSION 1.6.0 r21695:
This function adds an IMG file container to 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 to GTA world.

Returns

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

See Also