GE Lua Documentation

Press F to search!

onTightDriftScored

Definition


-- @/lua/ge/extensions/gameplay/drift/display.lua:103

local function onTightDriftScored(score)
  flashMessage(string.format("Drift through! + %i points", score))
  guihooks.trigger("stuntZoneScored",{type = "tightDrift", score = score})
end

Callers

@/lua/ge/extensions/flowgraph/modules/driftModule.lua

function C:onTightDriftScored(score)
  self:addCallback("tight", {score = score})