This repository was archived by the owner on Jan 26, 2023. It is now read-only.
Replies: 1 comment 3 replies
-
|
Override the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I understand that for each action file, all actions before (and inclusive) the first "Exit" should be processed.
However it seems like processing "Exit" in an
inputEnginewill triggershouldStop()to returntrue. Since we are not supposed to modify other files, I just skipped processing the first "Exit" and modified the code to acquire the same result as processing it. Is this allowed?Beta Was this translation helpful? Give feedback.
All reactions