[C#] IsVehicleSeatAccessible should take (int, int, int, bool, bool) but takes (int, int, bool, bool, bool)

  1. Client (production/canary) and FXServer version
    Irrelevant

  2. What you expected to happen
    IsVehicleSeatAccessible should take (int, int, int, bool, bool)

  3. What actually happens
    IsVehicleSeatAccessible takes (int, int, bool, bool, bool)

  4. Category of bug (eg. client, server, weapons, peds, native)
    Native

  5. Reproducible steps, preferably with example script(s)
    Irrelevant

IsVehicleSeatAccessible takes an integer as its third parameter, but in the C# Native API it takes a boolean. Similar to this other bug report.

The answer is also the same as the ‘other bug report’:

Until the big C# API/reference assembly refactor, this can’t be fixed as it’d break existing code.