GetVehicleComponentVisible

From Multi Theft Auto: Wiki
Revision as of 20:39, 25 October 2012 by Cazomino05 (talk | contribs) (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4.0140|1.3.1|4715| This function get component visibility for vehicle. }} ==Syntax== <syntaxhighlight lang="lua"> bool getVehicleComponent...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ADDED/UPDATED IN VERSION 1.3.1 r4715:

This function get component visibility for vehicle.

Syntax

bool getVehicleComponentVisible ( vehicle theVehicle, string theComponent )

Required Arguments

  • theVehicle: The vehicle you wish to get component visibility of.
  • theComponent: A vehicle component (this is the frame name from the model file of the component you wish to modify)

Returns

Returns a bool indicating the visible state of the component.

Example

TODO

--TODO

See Also