EngineRestoreCOL

From Multi Theft Auto: Wiki
Revision as of 13:15, 26 November 2007 by ChrML (talk | contribs) (New page: __NOTOC__ {{Client function}}<!-- Change this to "Client function" or "Server function" appropriately--> <!-- Describe in plain english what this function does. Don't go into details, jus...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Syntax

bool engineRestoreCOL ( number modelID )

Required Arguments

  • modelID: The ID of the model to restore the model of

Returns

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

Example

This example does...

TODO

See Also