SetVehicleComponentVisible

From Multi Theft Auto: Wiki
Revision as of 20:40, 25 October 2012 by Cazomino05 (talk | contribs) (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4.0140|1.3.1|4715| This function sets component visibility for vehicle. }} ==Syntax== <syntaxhighlight lang="lua"> bool setVehicleComponen...")
(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 sets component visibility for vehicle.

Syntax

bool setVehicleComponentVisible ( vehicle theVehicle, string theComponent, bool visible )

Required Arguments

  • theVehicle: The vehicle you wish to set component visibility of.
  • theComponent: A vehicle component (this is the frame name from the model file of the component you wish to modify)
  • visible: a bool which determines if the component should be visible

Returns

Returns a bool indicating the visible state of the component.

Example

TODO

--TODO

See Also