getIsVehicleCurrentlyDrifting

getIsVehicleCurrentlyDrifting()

Returns if the vehicle is currently drifting, considering throttle input.

        WarMenu.CheckBox("Is Drifting", dynamic:getIsVehicleCurrentlyDrifting())
        if WarMenu.IsItemHovered() then
            WarMenu.ToolTip('Checks if your car is drifting..',nil,true)
        end