You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The intended action is to make the part permanent if the list is true. This is similar to interactableVariables, however it allows the part to be interacted with, including the removal of subparts.
line 219 in APart.java is a good place to begin looking, but I couldn't really make it work. It could also be a problem with canBeClicked not inheriting properly.
The text was updated successfully, but these errors were encountered:
Found out you're using these backwards. They lock unless everything in the list is true, then they unlock. Confirmed as of latest beta, will close out on release.
lockingVariables
don't appear to do anyhting.The intended action is to make the part permanent if the list is true. This is similar to
interactableVariables
, however it allows the part to be interacted with, including the removal of subparts.line 219 in APart.java is a good place to begin looking, but I couldn't really make it work. It could also be a problem with canBeClicked not inheriting properly.
The text was updated successfully, but these errors were encountered: