getPerformanceIndexCalibrationMetrics
getPerformanceIndexCalibrationMetrics(vehicleHash [string])
local piCalPressed = WarMenu.Button("Print PI Calibration Results")
if WarMenu.IsItemHovered() then
WarMenu.ToolTip('Prints in the F8 Console the data required for calibration.',nil,true)
end
if piCalPressed then
local currentCarModel = GetEntityModel(GetVehiclePedIsIn(PlayerPedId(),false))
dynamic:getPerformanceIndexCalibrationMetrics(currentCarModel)
end