Add Module.SetFieldBool
djungelorm opened this issue ยท 0 comments
We have methods for setting float/int/string partmodule fields, but not for booleans (toggles).
It appears that most toggles are actions (which are toggleable using Module.SetAction) but some toggles are boolean fields...
Related to #706