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

    Interface EffectStartData

    interface EffectStartData {
        combat: string | null;
        combatant: string | null;
        initiative: number | null;
        round: number | null;
        time: number;
        turn: number | null;
    }
    Index

    Properties

    combat: string | null

    The _id of the Combat that was active when this Effect first started

    combatant: string | null

    The _id of the Combatant whose turn was active when the Effect first started

    initiative: number | null

    The Combatant's initiative roll at the time the Effect first started

    round: number | null

    The round of the Combat when the Effect first started

    time: number

    The world time when the Effect first started

    turn: number | null

    The turn of the Combat when the Effect first started