Note ignoring input #986
-
|
Is there a way for a note to ignore or bypass the player's input? |
Beta Was this translation helpful? Give feedback.
Answered by
r6915ee
May 16, 2026
Replies: 1 comment 2 replies
-
|
I think you can perhaps make use of the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On any callback that uses
NoteHitEvent, you can callpreventDeletionto tell the game to avoid deleting that note upon hitting it. For example, something like this should force the notes to not be deleted if the opponent presses them: