This repository contains a Lua file of definitions for custom Lua functions built in to Lucas' Simpsons Hit & Run Mod Launcher.
This file is designed for use with the Lua Language Server.
The easiest way to make use of it is by using Visual Studio Code and installing the Lua Extension by Sumneko.
Once you install the extension, place the Lua file anywhere in your project (we recommend "YourModName/Resources/lib"). The extension will automatically pick up the file and provide you with autocompletion and documentation for the custom functions.