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
This would be useful for me because I want to make an event that is called when a function is called. This is mostly useful for cross sharing scripts (When you use a function from another script). That way you don't have to call another function that tells that the one function has been ran. If you get what I mean?
Adding a method to grab the name or Function instance of the function being called in the event would be helpful. I know the FunctionEvent wasn't ment to be tapped into, but just grabbing the name of the function opens lots of API possibilities.
The text was updated successfully, but these errors were encountered:
As the title suggests. Adding a way to grab the name or Function instance of a function being called in a function event.
https://github.com/bensku/Skript/blob/master/src/main/java/ch/njol/skript/lang/function/FunctionEvent.java
This would be useful for me because I want to make an event that is called when a function is called. This is mostly useful for cross sharing scripts (When you use a function from another script). That way you don't have to call another function that tells that the one function has been ran. If you get what I mean?
Adding a method to grab the name or Function instance of the function being called in the event would be helpful. I know the FunctionEvent wasn't ment to be tapped into, but just grabbing the name of the function opens lots of API possibilities.
The text was updated successfully, but these errors were encountered: