Skip to content

open-vehicle-plus | 1.1.1 | Cleaning!

Compare
Choose a tag to compare
@Mergevos Mergevos released this 19 Apr 22:05
· 54 commits to master since this release

What's new

  • Proper summary for alarms and windows functions
  • Vehicle_GetLightsNumber now returns INVALID_VEHICLE_ID
  • Vehicle_SetAlarms is now tagged as bool and returns false and true.
    • For some reason, Vehicle_SetAlarms wasn't tagged as bool, and was returning false and 1 instead of false and true. This is fixed now.
  • Vehicle_GetWindowsNumber now returns INVALID_VEHICLE_ID
  • Vehicle_GetWindowsEx now is boolean and returns false if vehicle is invalid, but true otherwise
  • Vehicle_Destroy now is boolean and returns false if vehicle is invalid, but true otherwise.
  • Windows are now explicitly set to CLOSED state instead of -1 (NOT_SET)