SkriptLang / skript-reflect

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

Constructor Signatures #84

Open Pesekjak opened 4 months ago

Pesekjak commented 4 months ago

Is your feature request related to a problem? Please describe. If there are two similar constructors for a single class in terms of arguments, there is currently no way to specify which one skript-reflect should use.

Describe the solution you'd like A way to describe the constructor signature the same way as you can with square brackets for method and field calls. I think something like new [String] File("script.sk") would work.