File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed
Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 11# loader-core
2- Core addon loading library for guild wars 2
2+
3+ Core addon loading library for Guild wars 2
4+
5+ Original idea: https://github.com/Archomeda/gw2-addon-loader
6+
7+ [ ![ ] ( https://img.shields.io/discord/384735285197537290.svg?logo=discord&logoColor=f0f0f0 )] ( https://discord.gg/5epjQEj )
8+
9+ # Features
10+
11+ In short: loads addons on game start and provides basic addon API functionality.
12+
13+ ## Addon DLL loading
14+
15+ On start loads compatible DLLs than conform to name "<GW2 directory >/addons/addon_name/gw2addon_addon_name.dll" and have addon exports.
16+
17+ ## Addon API
18+
19+ Addon API includes several parts:
20+
21+ 1 . Addon loading functions to load and unload addons on fly
22+ 2 . Function registry to share functions between addons
23+ 3 . Event registry to perform some sender/subscriber logic.
24+
25+ Details in <include/gw2al_api.h>
26+
27+
28+
29+
30+
31+
32+
You can’t perform that action at this time.
0 commit comments