-- @/lua/ge/extensions/gameplay/drift/drift.lua:870
local function getAngleDiff()
return driftAngleDiff
end
function C:detectStunt()
self.activeData.totalDriftAngle = self.activeData.totalDriftAngle + gameplay_drift_drift.getAngleDiff()
if gameplay_drift_general.getGeneralDebug() then