Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V10 typings: BaseActiveEffect, ActiveEffect #2293

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

rsek
Copy link

@rsek rsek commented Oct 12, 2022

some of the _applyFoo typings get a bit weird, so I'll mark this as a draft until I test them against some actual code.

get duration(): DurationSummary;
get modifiesActor(): boolean;

prepareDerivedData(): void;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be an override?

@kmoschcau kmoschcau added version update This tracks an update to a Foundry VTT version foundry v10 This belongs to Foundry VTT version 10 labels Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
foundry v10 This belongs to Foundry VTT version 10 version update This tracks an update to a Foundry VTT version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update BaseActiveEffect for Foundry VTT v10.277 Update ActiveEffect for Foundry VTT v10.276
2 participants