Efnilite
Results
42
comments of
Efnilite
I'm not sure when this would be used. Do you have any example use cases? I think that, for the end user, passing expressions by reference is less intuitive than...
unfortunately tests where events have to be called are usually made using JUnit as you can specify the delay in ticks before the tests shut down. an example: java: https://github.com/SkriptLang/Skript/blob/master/src/test/java/org/skriptlang/skript/test/tests/syntaxes/events/EvtVillagerCareerChangeTest.java...