the Sim Settlements forums!

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Question Is there a WSFW functions list

Whisper

Well-Known Member
Patreon Supporter
Community Rockstar
Verified Builder
Vault Librarian
Messages
1,320
I have not been able to find a list of the functions in WSFW.

If it doesn’t exist, would it be worthwhile for me to make? (I’m currently digging through the code.)

@kinggath
 
Probably not worth making. In general, most people will be best served using only the functions in the WSFW_API script. Those are functions I made sure were ready for easy integration. A lot of the other functions are going to be internal helpers and not really meant to be called from outside, though there is a lot of useful stuff in it - I just haven't had the time to build out the API.

What might be more useful, would be the CustomEvent definitions so people can catch those in their scripts and react to them.
 
Top