interface RechargeActorItemsOptions {
    commit?: boolean;
    context?: object;
    exact?: boolean;
    maximize?: boolean;
    period?: "round" | "minute" | "hour" | "day" | "week" | "any";
    rollData?: object;
    value?: number;
}

Hierarchy

  • Exclude<Partial<NonNullable<Parameters<ItemPF["recharge"]>[0]>>, "commit">
    • RechargeActorItemsOptions

Properties

commit?: boolean

If false, return update data object instead of directly updating the actor.

true

context?: object
exact?: boolean
maximize?: boolean
period?: "round" | "minute" | "hour" | "day" | "week" | "any"
rollData?: object
value?: number