-
-
Notifications
You must be signed in to change notification settings - Fork 418
Open
Labels
enhancementFeature request, an issue about something that could be improved, or a PR improving something.Feature request, an issue about something that could be improved, or a PR improving something.functionsRelated to functionsRelated to functions
Description
Suggestion
Add a way to check if function with specific arguments exists as a expression
Why?
This could be useful if you have a function where want to check if your provided arguments can be used in the called function or not
A example on how this expression could be is:
if (function named "testing" with arguments player and true) exists:
broadcast "yes this function exists"
else:
broadcast "a function with these arguments dont exist"
Other
N/A
Agreement
- I have read the guidelines above and affirm I am following them with this suggestion.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementFeature request, an issue about something that could be improved, or a PR improving something.Feature request, an issue about something that could be improved, or a PR improving something.functionsRelated to functionsRelated to functions