SetVehiclePanelState: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 6: Line 6:


==Required Arguments==
==Required Arguments==
*'''theVehicle:''' The vehicle you would like to modify the panel of.
*'''panelID:''' 0-6
*'''panelID:''' 0-6
*'''state:''' 0-255 (check what range is effective, it may be much smaller e.g. 0-3)
*'''state:''' 0-255 (check what range is effective, it may be much smaller e.g. 0-3)

Revision as of 10:16, 24 January 2008

Syntax

setVehiclePanelState ( vehicle theVehicle, int panelID, int state )

Required Arguments

  • theVehicle: The vehicle you would like to modify the panel of.
  • panelID: 0-6
  • state: 0-255 (check what range is effective, it may be much smaller e.g. 0-3)

Returns

Returns true if it works, false otherwise

See Also