Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an action node that make a call to an existing function #6

Closed
Earewien opened this issue Jan 15, 2023 · 0 comments
Closed

Add an action node that make a call to an existing function #6

Earewien opened this issue Jan 15, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Earewien
Copy link
Owner

Request:

Create a behavior tree node that can make a direct call to an existing function instead of creating a new script to create the function.

The aim is always the same, to simplify developper's life, by avoiding to create new script for every specific action. Instead, he can reference an existing function in its GDScript. It allow to contains all logic into a single file instead of creating multiple files every where.

@Earewien Earewien added the enhancement New feature or request label Jan 15, 2023
@Earewien Earewien self-assigned this Jan 15, 2023
@Earewien Earewien changed the title Add an action node taht make a call to an existing function Add an action node that make a call to an existing function Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant