EngineGetModelTXDID

From Multi Theft Auto: Wiki
Revision as of 18:08, 10 April 2023 by Tracer (talk | contribs) (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|21695|This function gets TXD ID from a model.}} {{Warning|This article is incomplete and may contain errors}} ==Syntax== <syntaxhighlight lang="lua"> img engineGetModelTXDID ( int modelID ) </syntaxhighlight> {{OOP||EngineIMG}} ===Required Arguments=== * '''modelID''': ID of the model you want to get TXD ID from. ===Returns=== Returns ID if successful, false otherwise. ==See Also== {{Engine_functions}}")
(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 gets TXD ID from a model.
[[|link=|]] Warning: This article is incomplete and may contain errors

Syntax

img engineGetModelTXDID ( int modelID )


OOP Syntax Help! I don't understand this!

Method: EngineIMG(...)


Required Arguments

  • modelID: ID of the model you want to get TXD ID from.

Returns

Returns ID if successful, false otherwise.

See Also