Skip to main content

Preprocessor

The Preprocessor stage runs before an Effect enters its main processing pipeline and before it is applied.

Processors executed during this stage typically determine whether the Effect should continue through the processing funnel. They are generally responsible for checking mechanics that can block, redirect, or otherwise prevent the Effect from being applied.