Plugins: Add LoadPipelineStarting / LoadPipelineEnding, rename IsHandled to FullyProcessed

This commit is contained in:
Katy Coe
2020-12-25 22:29:31 +01:00
parent db4432061c
commit e929d8d97e
7 changed files with 66 additions and 29 deletions

View File

@@ -258,7 +258,7 @@ namespace Il2CppInspector
try {
action(p, eventInfo);
if (eventInfo.IsHandled)
if (eventInfo.FullyProcessed)
break;
}
catch (Exception ex) {