engineGetModelTXDID | Multi Theft Auto: Wiki Skip to content

engineGetModelTXDID

Client-side
Server-side
Shared

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


This function gets TXD ID from a model.

OOP Syntax Help! I don't understand this!

  • Method: Engine.getModelTXDID(...)

Syntax

number engineGetModelTXDID ( number modelID )
Required Arguments
  • modelID: ID of the model you want to get TXD ID from.

Returns

  • number: value

Returns ID if successful, false otherwise.

Code Examples

Script Example Missing

Function engineGetModelTXDID needs a script example. Help out by writing one.

Contribution guidelines

See Also

Engine Functions
Engine Elements