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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: