EngineImageGetFile

From Multi Theft Auto: Wiki
Revision as of 18:05, 10 April 2023 by Tracer (talk | contribs) (Fixed a typo)
Jump to navigation Jump to search

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

Syntax

img engineImageGetFile ( img img_file, string file_name )


OOP Syntax Help! I don't understand this!

Method: EngineIMG(...)


Required Arguments

  • img_file: The IMG file you want to get file from.
  • file_name: Name of the file you want to get.

Returns

Returns file's binary data if successful, false otherwise.

See Also