GamecraftScripting/README.md

14 lines
No EOL
501 B
Markdown

# GamecraftScripting
Python scripting support for Gamecraft
## Installation
[Follow the official mod installation guide](https://www.exmods.org/guides/install.html)
## Script Development
GamecraftScripting uses IronPython to run Python 2.7 scripts in the Mono/.NET runtime.
Resources
- [Python <-> .NET interfacing](https://ironpython.net/documentation/dotnet)
- [Python 2.7 docs](https://docs.python.org/2.7)
- [GamecraftModdingAPI .NET library](https://git.exmods/modtainers/GamecraftModdingAPI)