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

Access An Action/Command Via Script? #1043

Open
holzfella opened this issue Dec 11, 2021 · 1 comment
Open

Access An Action/Command Via Script? #1043

holzfella opened this issue Dec 11, 2021 · 1 comment
Labels
bug Doing something it's not meant to, or not doing something it's meant to.

Comments

@holzfella
Copy link

holzfella commented Dec 11, 2021

Hey guys,
I ran into a new "problem" recently: I want to write my own little save system and for that I'd need to find out what action/command in which block and which flowchart is currently being executed. I figured the commands are all stored in a list. But how do I access it? And how do I access said action? (If there's a way at all).
Also: Is it possible to "load up" a command? Or can one only load up Blocks and their start/first commands?

@holzfella holzfella added the bug Doing something it's not meant to, or not doing something it's meant to. label Dec 11, 2021
@breadnone
Copy link
Contributor

breadnone commented Feb 2, 2022

@holzfella For commands you can listen to OnCommandExecute I believe... Pls do your own research for this

As for anything else you can see it in BlockSignals

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Doing something it's not meant to, or not doing something it's meant to.
Projects
None yet
Development

No branches or pull requests

2 participants