GetVehicleComponents

From Multi Theft Auto: Wiki
Revision as of 20:42, 25 October 2012 by Cazomino05 (talk | contribs) (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4.0140|1.3.1|4748| This function gets a table of the components currently on a vehicle. }} ==Syntax== <syntaxhighlight lang="lua"> table g...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ADDED/UPDATED IN VERSION 1.3.1 r4748:

This function gets a table of the components currently on a vehicle.

Syntax

table getVehicleComponents ( vehicle theVehicle )

Required Arguments

  • theVehicle: The vehicle you wish to set component visibility of.

Returns

Returns a table containing the name of the component as the key and visibility flag of that component as the value

Example

TODO

--TODO

See Also