• A hook event that fires when a PlaceableObject is hovered over or out. Substitute the PlaceableObject name in the hook event to target a specific PlaceableObject type, for example "hoverToken". hoverObject

    Parameters

    • object: PlaceableObject

      The object instance.

    • hovered: boolean

      Whether the PlaceableObject is hovered over or not.

    Returns void