Xivgear Types Documentation
    Preparing search index...

    Represents a usage of a buff.

    interface BuffUsage {
        buff: Buff;
        end: number;
        forceEnd: boolean;
        start: number;
    }
    Index

    Properties

    Properties

    buff: Buff

    The buff which was usedj.

    end: number

    The end time.

    forceEnd: boolean

    If true, the buff was forcibly removed before expiry.

    start: number

    The start time.