EngineImageGetFile

From Multi Theft Auto: Wiki
Revision as of 18:03, 10 April 2023 by Tracer (talk | contribs) (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|21695|This function adds an IMG file container to GTA.}} {{Warning|This article is incomplete and may contain errors}} ==Syntax== <syntaxhighlight lang="lua"> img engineImageGetFile ( img img_file, string file_name ) </syntaxhighlight> {{OOP||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==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 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 if successfull, false otherwise.

See Also