gta.loadCOL: Difference between revisions

no edit summary
No edit summary
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ScriptItem
{{ScriptItem
|endpoint = client
|endpoint = client
|games = iii, vc
|type = function
|type = function
|name = gta.loadCOL
|name = gta.loadCOL
|parameters = stream data, int modelId
|parameters = stream data, int island
|parameter1 = stream data The stream containing the collision data.
|parameter1 = stream data The stream containing the collision data.
|parameter2 = int modelId The model ID.
|parameter2 = int island The island that the collision loads on
|usage = load a custom COL collision file, and replace an existing model's collision with it.
|usage = load a custom COL collision file, and replace an existing collision with it.
|return1 = void
|return1 = void
|returnFail1 = void
|returnFail1 = void
}}
}}
2,711

edits