EngineImageLinkDFF

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

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

Syntax

img engineImageLinkDFF ( img img_file, string file_path, int modelID )


OOP Syntax Help! I don't understand this!

Method: EngineIMG(...)


Required Arguments

  • img_file: The IMG file you want to link.
  • file_path: Path to the DFF file you want to link.
  • modelID: ID of the model you want to link to.

Returns

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


See Also