Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 522 Bytes

setBoolArray.md

File metadata and controls

17 lines (12 loc) · 522 Bytes

set booleanArray property

blockObject.setBooleanArrayProperty(blockObject.create(), blockObject._boolArrayProperty(BoolArrayProp.myBoolArray), logic_boolean)

Sets a property of type boolean[] on the given BlockObject using the given BoolArrayProp.

Parameters

  • 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