isaac-lua-definitions/readme.md

25 lines
841 B
Markdown
Raw Permalink Normal View History

2021-11-03 05:34:38 +01:00
# Isaac EmmyLua definitions
2021-11-04 09:13:17 +01:00
[![](https://ci.oat.zone/repo/state/1)](https://ci.oat.zone/public/1)
2021-11-03 05:34:38 +01:00
2022-07-26 05:06:44 +02:00
_This project has been partly deprecated in favor of filloax's [isaac-api-autocomplete](https://github.com/filloax/isaac-api-autocomplete-lua). I would highly recommend switching to that one, as this one will from now on recieve very infrequent updates._
2021-11-03 05:34:38 +01:00
A very, _very_ jank solution to types in Isaac modding
![](showcase.gif)
2021-11-04 08:47:36 +01:00
# Use
1. Get the latest build from [mvoCI](https://ci.oat.zone/public/1) or build yourself (read further down)
2. Put the .lua in your workspace (like in `typings/`)
3. Use [EmmyLua](https://github.com/EmmyLua/EmmyLua-LanguageServer) to utilize Lua typing
# Build
2021-11-03 05:34:38 +01:00
1. `git clone https://git.oat.zone/oat/isaac-lua-definitions/ --recursive`
2. `node index.js`
3. Put everything in `out/` in your workspace