engineRestoreModelPhysicalPropertiesGroup | Multi Theft Auto: Wiki Skip to content

engineRestoreModelPhysicalPropertiesGroup

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 original physical properties group used by given model.

Syntax

bool engineRestoreModelPhysicalPropertiesGroup ( int modelID )
Required Arguments
  • modelID: the id of model which you wish to restore original physical properties group of.

Returns

  • bool: value

Returns true if there were no issues, if passed arguments were invalid an error is raised.

Code Examples

shared
function restoreID(_, id)
engineRestoreModelPhysicalPropertiesGroup(tonumber(id))
end
addCommandHandler ( "restoreID", restoreID )

See Also

Engine Functions
Engine Elements