Skip to content

Add a way to check if function with specific arguments exists #8369

@duffmansjnr-hub

Description

@duffmansjnr-hub

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementFeature request, an issue about something that could be improved, or a PR improving something.functionsRelated to functions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions