engineResetModelTXDID | Multi Theft Auto: Wiki Skip to content

engineResetModelTXDID

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 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: value

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
Engine Elements