Where are built-in event stored? #561
-
I wanted to check if I could add a function to change the icon whenever alt anims get enabled, but I couldn't find the Alt Animation Toggle event code anywhere in the assets or the source code. Where is this? Please help. Update: I just realized you can use onEvent and check if it's Alt Animation Toggle thing, but I am still curious where the code for the built-in events are |
Beta Was this translation helpful? Give feedback.
Answered by
SenDoesStuff
Mar 2, 2025
Replies: 1 comment 3 replies
-
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
Event Data is stored in source\funkin\backend\chart\EventsData.hx
The actual Event Code is in PlayState.hx