API - kinggath/WorkshopFramework GitHub Wiki

API

The API provides advanced functionality with minimal coding. You can even do it without having to import any scripts or set up any special editor properties.

The API will be heavily expanded over time. One of my goals is to take all of the gameplay systems I've designed for Sim Settlements and convert them into a universal system via the Framework so that other mods can add to those systems or just take advantage of the underlying code.

For now check out the source file WSFW_API.psc, which is heavily commented. In the future, I will include more detailed documentation and use-cases for each of the functions in the API.