blockObject.setNumberArrayProperty(blockObject.create(), blockObject._numArrayProperty(NumArrayProp.myNumArray), math_number)
Sets a property of type number[] on the given BlockObject using the given NumArrayProp.
- object: the BlockObject to set the property on
- property: the NumArrayProp to set
- value: the value to store for this NumArrayProp in the BlockObject
arcade-block-objects=github:microsoft/arcade-block-objects