Reply To: Accessing a FlowCanvas graph from script?

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

#21682
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.