getDriftDebugInfo
Definition
-- @/lua/ge/extensions/gameplay/drift/drift.lua:886
local function getDriftDebugInfo()
return driftDebugInfo
end
Callers
@/lua/ge/extensions/gameplay/drift/quickMessages.lua
local function getDriftDebugInfo()
return driftDebugInfo
@/lua/ge/extensions/gameplay/drift/stuntZones.lua
local function getDriftDebugInfo()
return driftDebugInfo
@/lua/ge/extensions/gameplay/drift/scoreboard.lua
local function getDriftDebugInfo()
return driftDebugInfo
@/lua/ge/extensions/gameplay/drift/stallingSystem.lua
local function getDriftDebugInfo()
return driftDebugInfo
@/lua/ge/extensions/gameplay/drift/general.lua
if ext.getDriftDebugInfo then
driftDebugInfo = ext:getDriftDebugInfo()
end
local function getDriftDebugInfo()
return driftDebugInfo
@/lua/ge/extensions/gameplay/drift/freeroam/driftSpots.lua
local function getDriftDebugInfo()
return driftDebugInfo
@/lua/ge/extensions/gameplay/drift/scoring.lua
local function getDriftDebugInfo()
return driftDebugInfo
@/lua/ge/extensions/gameplay/drift/display.lua
local function getDriftDebugInfo()
return driftDebugInfo
@/lua/ge/extensions/gameplay/drift/sounds.lua
local function getDriftDebugInfo()
return driftDebugInfo
@/lua/ge/extensions/gameplay/drift/destination.lua
local function getDriftDebugInfo()
return driftDebugInfo
@/lua/ge/extensions/gameplay/drift/bounds.lua
local function getDriftDebugInfo()
return driftDebugInfo