chaser_getassists

Returns a table with all current assists status

    local assiststats = {
        tractionControl -- Is the traction control enabled?
        stabilityControl -- Is the stability control enabled?
        gearLock  -- Is AT transmission gear locked?
        launchControl -- Is launch control enabled?
        hasLaunchControl -- Can this vehicle use launch control?
        hasAssists -- Does the current vehicle support assists?
        isAuto -- Is this vehicle automatic?
    }

Last updated