Block.PlaceFunction Function used to determine when block is placed in the world.@returnsCoordinates where to actually place the block, or void for default placement.CallablePlaceFunction(coords: ItemUseCoordinates, item: ItemInstance, block: Tile, player: number, region: BlockSource): void | VectorParameterscoords: ItemUseCoordinatesitem: ItemInstanceblock: Tileplayer: numberregion: BlockSourceReturns void | Vector
Function used to determine when block is placed in the world.
Coordinates where to actually place the block, or void for default placement.