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

CallMethod improvements #17

Merged
merged 5 commits into from
Jan 16, 2024
Merged

CallMethod improvements #17

merged 5 commits into from
Jan 16, 2024

Conversation

limbonaut
Copy link
Owner

@limbonaut limbonaut commented Jan 15, 2024

Improvements for the CallMethod task:

  • Allow storing return value on the blackboard
  • Allows specifying variables from the blackboard as arguments in additions to raw values.

Also, improvements to BBParam property editor to better utilize space in the inspector.

WARNING: Breaks compatibility if you are using CallMethod tasks. CallMethod arguments in existing trees will need to be reassigned!

Resolves #13

This allows specifying variables on the blackboard as arguments in additions to raw values.

WARNING: Breaks compatibility if you are using CallMethod tasks. CallMethod arguments in existing trees will need to be reassigned!
For types that need more space, the bottom editor will be used instead. In effect also for string parameters with @export_multiline.
@limbonaut limbonaut self-assigned this Jan 15, 2024
@limbonaut limbonaut force-pushed the callmethod-improvements branch from 112cec1 to 594097a Compare January 16, 2024 10:21
@limbonaut limbonaut merged commit 076269e into master Jan 16, 2024
15 checks passed
@limbonaut limbonaut deleted the callmethod-improvements branch January 16, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BTCallMethod can't store the function result into the blackboard
1 participant