GE Lua Documentation

Press F to search!

onHitPoleScored

Definition


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

local function onHitPoleScored(score)
  flashMessage(string.format("Pole hit! + %i points", score))
  guihooks.trigger("stuntZoneScored",{type = "hitPole", score = score})
end

Callers