EngineLoadCOL

From Multi Theft Auto: Wiki
Revision as of 15:10, 9 June 2007 by IJs (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function loads a RenderWare Collision (COL3) file into GTA. The collisions can then be used to provide collisions for in-game objects.

This is a client-side function. Be sure to transfer your COL file by including it in the meta file.

Syntax

bool engineLoadCOL ( string col_file )

Required Arguments

  • col_file: The relative path to the col file you want to load

Returns

Returns true if the function executed succesfully, false otherwise.

Example

-- example pending, please see models/carrier/bastage_hq resources

See Also