Reply To: Accessing a FlowCanvas graph from script?

FlowCanvas Forums Support Accessing a FlowCanvas graph from script? Reply To: Accessing a FlowCanvas graph from script?

#2200
chrurys
Participant

Yes! Thank you.

It took me a bit to figure how I wanted to connect things but I’ve got it working nicely now.

To noobs of the future: make sure you declare using FlowCanvas; and using NodeCanvas.Framework; at the top when you want to call a function and change a variable respectively.