API Reference¶
Jeode gives your mods two ways to interact with the game's code but most mods only ever need the Lua API.
-
Lua API
The main way to write mods using a powerful toolkit: files, networking, scheduling, and custom UIs.
-
Native API
For when you need more power, jeode handles DLL injection for you.