• A hook event that fires when any PlaceableObject is pasted onto the Scene. Substitute the PlaceableObject name in the hook event to target a specific PlaceableObject type, for example "pasteToken". pastePlaceableObject

    Parameters

    • copied: PlaceableObject[]

      The PlaceableObjects that were copied

    • createData: object[]

      The new objects that will be added to the Scene

    Returns void