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

    Interface CombatHistoryData

    interface CombatHistoryData {
        combatantId: string | null;
        round: number;
        tokenId: string | null;
        turn: number | null;
    }
    Index

    Properties

    combatantId: string | null
    round: number
    tokenId: string | null
    turn: number | null