Skip to content

Developer Guide

DFreds edited this page Feb 11, 2022 · 4 revisions

API

Convenient Effects adds some functions that developers can utilize.

Function Definitions

The entirety of the API is located and documented in this file: https://github.com/DFreds/dfreds-convenient-effects/blob/main/scripts/effect-interface.js.

It can be accessed via game.dfreds.effectInterface.

Hooks

Convenient Effects currently provides the following hooks:

  • 'dfreds-convenient-effects.ready' - Called when Convenient Effects is done initializing everything
Clone this wiki locally