EngineRestoreTXDImage: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|21695|This function restores changes to TXD file from IMG container.}} {{Warning|This article is incomplete and may contain errors}} ==Syntax== <syntaxhighlight lang="lua"> img engineRestoreTXDImage ( int modelID ) </syntaxhighlight> {{OOP||EngineIMG}} ===Required Arguments=== * '''modelID''': ID of the model you want to restore. ===Returns=== Returns ''true'' if IMG file was successfully restored,...")
 
mNo edit summary
 
Line 7: Line 7:
==Syntax==
==Syntax==
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
img engineRestoreTXDImage ( int modelID )
bool engineRestoreTXDImage ( int modelID )
</syntaxhighlight>
</syntaxhighlight>



Latest revision as of 05:23, 21 November 2023

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

Syntax

bool engineRestoreTXDImage ( int modelID )


OOP Syntax Help! I don't understand this!

Method: EngineIMG(...)


Required Arguments

  • modelID: ID of the model you want to restore.

Returns

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


See Also