Skip to content

Commit

Permalink
Implemented TomTom Callbacks into the NxMap source file.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFortun81 committed Feb 14, 2024
1 parent 8b4bd92 commit 2df50b5
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 87 deletions.
2 changes: 2 additions & 0 deletions Carbonite/Carbonite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ function Nx.EmulateTomTom()
tom["AddMFWaypoint"] = Nx.TTSetCustomMFWaypoint
tom["RemoveWaypoint"] = Nx.TTRemoveWaypoint
tom["SetCrazyArrow"] = Nx.TTSetCrazyArrow
tom["DefaultCallbacks"] = Nx.TTDefaultCallbacks
tom["SetClosestWaypoint"] = Nx.TTSetClosestWaypoint
SLASH_WAY1 = '/way'
SLASH_CBWAY1 = '/cbway'
SlashCmdList["WAY"] = function (msg, editbox)
Expand Down
Loading

0 comments on commit 2df50b5

Please sign in to comment.