engineRestoreModelPhysicalPropertiesGroup | Multi Theft Auto: Wiki Skip to content

engineRestoreModelPhysicalPropertiesGroup

Client-side
Server-side
Shared

This function restores original physical properties group used by given model.

OOP Syntax Help! I don't understand this!

  • Method:Engine.restoreModelPhysicalPropertiesGroup(...)

Syntax

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

Returns

  • bool: result

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

Code Examples

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

See Also

Engine Functions