Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 474 Bytes

setLoc.md

File metadata and controls

17 lines (12 loc) · 474 Bytes

set location property

blockObject.setLocationProperty(blockObject.create(), blockObject._locProperty(LocProp.myLoc), null)

Sets a property of type tiles.Location on the given BlockObject using the given LocProp.

Parameters

  • object: the BlockObject to set the property on
  • property: the LocProp to set
  • value: the value to store for this LocProp in the BlockObject
arcade-block-objects=github:microsoft/arcade-block-objects