Skip to content

Commit

Permalink
Merge pull request #338 from DFortun81/master
Browse files Browse the repository at this point in the history
Implemented TomTom Callbacks into the NxMap source file.
  • Loading branch information
IrcDirk authored Feb 14, 2024
2 parents 8b4bd92 + 2df50b5 commit 7e9d023
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 7e9d023

Please sign in to comment.