StaticACCEPTAccept and resolve the interaction normally.
StaticACCEPT_Accept this step only; revert to the previous flag next step.
StaticIGNORESuppress the interaction permanently until the next BEGIN event.
StaticIGNORE_Ignore this step only; revert to the previous flag next step.
Return value for PreListener handlers — controls whether the interaction is resolved this step and in future steps.
ACCEPT— resolve the interaction (default if handler returnsnull)IGNORE— suppress the interaction permanently until the nextBEGINACCEPT_ONCE— accept this step only, then revert to the previous flagIGNORE_ONCE— ignore this step only, then revert to the previous flagUse
IGNORE/ACCEPTfor stateful decisions (e.g., one-way platforms). Use*_ONCEvariants for single-step overrides.Converted from nape-compiled.js lines 2504–2591.