Skip to content

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.


    Lua API Reference

  •   Native API


    For when you need more power, jeode handles DLL injection for you.


    Native API Reference