engineRestoreCOL | Multi Theft Auto: Wiki Skip to content

engineRestoreCOL

Client-side
Server-side
Shared

Pair: engineReplaceCOL

This function restores the original collision model of the given model ID. Reverses the effect of engineReplaceCOL.

OOP Syntax Help! I don't understand this!

  • Method:Engine.restoreCOL(...)

Syntax

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

Returns

  • bool: result

Returns true if this function succeeds, false or nil if it fails for some reason.

Code Examples

client
engineRestoreCOL(3356)

See Also

Engine Functions