Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 478 Bytes

hasSpriteArray.md

File metadata and controls

16 lines (11 loc) · 478 Bytes

has spriteArray property

blockObject.hasSpriteArrayProperty(blockObject.create(), blockObject._spriteArrayProperty(SpriteArrayProp.mySpriteArray))

Checks to see if a property of type Sprite[] is stored inside a BlockObject using the given SpriteArrayProp.

Parameters

  • object: the BlockObject to check the property from
  • property: the SpriteArrayProp to check for existence
arcade-block-objects=github:microsoft/arcade-block-objects