blockObject.setBooleanArrayProperty(blockObject.create(), blockObject._boolArrayProperty(BoolArrayProp.myBoolArray), logic_boolean)
Sets a property of type boolean[] on the given BlockObject using the given BoolArrayProp.
- object: the BlockObject to set the property on
- property: the BoolArrayProp to set
- value: the value to store for this BoolArrayProp in the BlockObject
arcade-block-objects=github:microsoft/arcade-block-objects