You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unsafe-skript is a [Skript](https://github.com/SkriptLang/Skript) addon providing true [reflection](https://en.wikipedia.org/wiki/Reflective_programming) capabilities. It was created and tested on the `2.7.0-beta3` Skript version. Support for other versions is not guaranteed.
5
+
6
+
### Features include:
7
+
- dynamic function calling
8
+
- run-time modifications of function signatures (parameters, return type)
9
+
- run-time overwriting of function bodies (works on Java-implemented functions too!)
0 commit comments