SkriptLang / skript-reflect

Powerful reflection utilities for Skript.
MIT License
56 stars 19 forks source link

Initializing a Inner class #85

Open Pesekjak opened 4 months ago

Pesekjak commented 4 months ago

Is your feature request related to a problem? Please describe. Currently there is no way of creating new instance of a inner class.

Describe the solution you'd like Introduce a new syntax that would allow users to call constructors of inner classes from an instance of a outer class. I think something like {_outer}.new Inner() would work.