• A hook event that fires when a PlaceableObject is selected or deselected. Substitute the PlaceableObject name in the hook event to target a specific PlaceableObject type, for example "controlToken". controlObject

    Parameters

    • object: PlaceableObject

      The object instance which is selected/deselected.

    • controlled: boolean

      Whether the PlaceableObject is selected or not.

    Returns void