Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface RegionTokenRoundEventData

    interface RegionTokenRoundEventData {
        combat: documents.Combat;
        combatant: documents.Combatant;
        round: number;
        skipped: boolean;
        token: TokenDocument;
    }
    Index

    Properties

    The Combat

    combatant: documents.Combatant

    The Combatant of the Token

    round: number

    The round that started/ended

    skipped: boolean

    Was the round skipped?

    The Token