getIsInTheConcludingPhase
Definition
-- @/lua/ge/extensions/gameplay/drift/freeroam/driftSpots.lua:378
local function getIsInTheConcludingPhase()
return isInTheConcludingPhase
end
Callers
@/lua/ge/extensions/gameplay/drift/display.lua
local isInConcludingPhase = gameplay_drift_freeroam_driftSpots and gameplay_drift_freeroam_driftSpots.getIsInTheConcludingPhase()
@/lua/ge/extensions/gameplay/drift/general.lua
if gameplay_drift_freeroam_driftSpots then
isInTheConculdingPhase = gameplay_drift_freeroam_driftSpots.getIsInTheConcludingPhase()
end