GE Lua Documentation

Press F to search!

newRaceStop

Definition


-- @/lua/ge/extensions/core/lapTimes.lua:652


local function newRaceStop()
  M.onRaceStop()
end

Callers

@/lua/ge/extensions/gameplay/race/race.lua
  if self.useHotlappingApp and core_hotlapping then
    core_hotlapping.newRaceStop()
  end
      core_hotlapping.newRacePathnodeReached(state, nil)
      core_hotlapping.newRaceStop()
    end