https://github.com/benjamin-dobell/tts-types
Tabletop Simulator EmmyLua types.
https://github.com/benjamin-dobell/tts-types
Last synced: 7 months ago
JSON representation
Tabletop Simulator EmmyLua types.
- Host: GitHub
- URL: https://github.com/benjamin-dobell/tts-types
- Owner: Benjamin-Dobell
- License: mit
- Created: 2020-05-05T05:54:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T11:50:05.000Z (about 1 year ago)
- Last Synced: 2024-08-05T13:39:36.710Z (about 1 year ago)
- Language: Lua
- Size: 108 KB
- Stars: 10
- Watchers: 4
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Tabletop Simulator Luanalysis Types
These API types are for [Luanalysis](https://github.com/Benjamin-Dobell/IntelliJ-Luanalysis), a free Lua IDE with support for static type checking.
## Installation
Once you've installed IntelliJ and Luanalysis, to use these Tabletop Simulator types, just clone this repository into the directory where you're keeping (or going to keep) your Tabletop Simulator Lua files. Then open your mod directory in IntelliJ and simply start working.
You don't need to `require` these files. They're purely metadata for Luanalysis, they don't need to be in any way shipped with your Tabletop Simulator mods - they're development tooling only and have absolutely zero impact on your mod at runtime. Luanalysis will find the relevant type information automatically as long as these types are present anywhere within the opened project path.