Viv JavaScript Runtime - v0.10.2
    Preparing search index...

    Interface ActionTargetingEvent

    A structured event emitted during action targeting to provide real-time observability into the action-selection process.

    These events are emitted via the optional HostApplicationAdapterObservabilityCallbacks.onActionTargetingEvent callback on the adapter's debugging settings.

    interface ActionTargetingEvent {
        action: string;
        impetus: ActionTargetingEventImpetus;
        initiator: string;
        status: TargetingEventStatus;
    }
    Index

    Properties

    action: string

    The name of the action being targeted, as defined in the content bundle.

    The impetus for this instance of action targeting.

    initiator: string

    The entity ID of the character for whom this action is being targeted.

    The targeting status associated with this event.