GE Lua Documentation

Press F to search!

getScoreAddedThisFrame

Definition


-- @/lua/ge/extensions/gameplay/drift/scoring.lua:605

local function getScoreAddedThisFrame()
  return scoreAddedThisFrame
end

Callers

@/lua/ge/extensions/gameplay/drift/drift.lua
    driftActiveData.totalDriftTime = driftActiveData.totalDriftTime + dtSim
    driftActiveData.score = driftActiveData.score + gameplay_drift_scoring.getScoreAddedThisFrame()