FlooferLand / ScriptableComputerUtils

API reference file for the Scrap Mechanic "ScriptableComputer" mod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scriptable Computer Utils

Autocompletion and tools for the Scrap Mechanic ScriptableComputer mod!

⚠️ Note ⚠️

Things may be slightly outdated. I do not regularly check out ScriptableComputers or play Scrap Mechanic anymore.
If you want anything fixed/updated please open up an Issue. If you want to fix it yourself, open up a Pull Request!
If you have any questions, also open up an Issue!

- What is this?

Ive made this repository as the mod lacks any support for autocompletion by it's devs, so this should help!
I've also provided a custom script template that's easier to download/copy.
You should read more about it on my discussion thread! (devs pinned it, so it must be good)

- Downloads

PS: To download a file you can download the entire repository as a zip.
Or, alternatively, you can click the clipboard button on a file (the one next to Raw), select all, and copy paste it into a new file with the same name as the repository file.

  • You can download the autocompletion file here!
    To use it, you simply call require "scriptable_computer" at the start of your Lua files.
    PS: I personally recommend you use Sumneko's Lua extension for VSCode, however, you should be able to use it regardless of IDE or extension.
  • You can download my custom script template here!

License

My API reference file is licensed under MIT!
You only have to credit me if you're redistributing the file.
If you use it in a mod and you don't want to credit me, just make sure not to include it when packaging the mod.

Feel free to open up an issue if you want to discuss licensing.

About

API reference file for the Scrap Mechanic "ScriptableComputer" mod

License:MIT License


Languages

Language:Lua 100.0%