A very, very jank solution to types in Isaac modding
Go to file
Jill 7f99464817 deprecation notice 2022-07-26 03:06:44 +00:00
.vscode regex fixes & stuff 2022-05-09 00:06:30 +03:00
isaac-typescript-definitions@1cd7f86f0f update upstream 2022-05-08 22:25:14 +03:00
override regex fixes & stuff 2022-05-09 00:06:30 +03:00
.gitignore init commit 2021-11-03 07:34:38 +03:00
.gitmodules moving to submodules pt 2 2021-11-03 07:45:24 +03:00
index.js regex fixes & stuff 2022-05-09 00:06:30 +03:00
package.json revamp cli tool, change formatting, add cli args 2021-12-16 04:48:46 +03:00
pnpm-lock.yaml update upstream 2022-05-08 22:25:14 +03:00
readme.md deprecation notice 2022-07-26 03:06:44 +00:00
showcase.gif showcase 2021-11-03 07:43:25 +03:00

readme.md

Isaac EmmyLua definitions

This project has been partly deprecated in favor of filloax's isaac-api-autocomplete. I would highly recommend switching to that one, as this one will from now on recieve very infrequent updates.

A very, very jank solution to types in Isaac modding

Use

  1. Get the latest build from mvoCI or build yourself (read further down)

  2. Put the .lua in your workspace (like in typings/)

  3. Use EmmyLua to utilize Lua typing

Build

  1. git clone https://git.oat.zone/oat/isaac-lua-definitions/ --recursive

  2. node index.js

  3. Put everything in out/ in your workspace