engineResetModelTXDID | Multi Theft Auto: Wiki Skip to content

engineResetModelTXDID

Client-side
Server-side
Shared

Added in 1.6.0 r22190

This function restores the original TXD ID of the given model ID. Reverses the effect of engineSetModelTXDID.

OOP Syntax Help! I don't understand this!

  • Method:Engine.resetModelTXDID(...)

Syntax

bool engineResetModelTXDID ( ​int modelID )
Required Arguments
  • modelID: The ID of the model to restore the model of.

Returns

  • bool: result

Returns true if this function succeeds, throw a error if it fails for some reason.

Code Examples

Script Example Missing

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

Contribution guidelines

See Also

Engine Functions