EngineImageGetFile: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (Changed description)
m (Changed return "type" to a valid one)
Line 16: Line 16:


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


==See Also==
==See Also==
{{Engine_functions}}
{{Engine_functions}}

Revision as of 18:04, 10 April 2023

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