You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/guides/Addon Quickstart.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ If you want to program in another language, check out the [community bindings](@
7
7
8
8
If all you need is an example, numerous Nexus addons are open source, notably:
9
9
1.[The Compass Addon](https://github.com/RaidcoreGG/GW2-Compass), which includes Visual Studio project files
10
-
2.[NexPad](https://github.com/ChristopherJTrent/NexPad), a GNU Make + GCC example using MSYS2
11
10
3.[TrueWorldCompletion](https://github.com/jsantorek/GW2-TrueWorldCompletion), which uses CMake and Clang (with Docker and Conan as options)
12
11
13
12
Each addon loaded by Nexus is required to export a function matching the signature `AddonDefinition_t* GetAddonDef()`. See [AddonDefinition_t](@ref AddonDefinition_t) for the full struct definition.
0 commit comments