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

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