Sequence in order?

NodeCanvas Forums General Discussion Sequence in order?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #9310

    Hey,

    Just another random question 🙂

    So the sequence component says it does the stuff in order, however I noticed that if I move my child components of it around it automatically re-orders them. So is it the visual ordering which indicates what order they will be run in? as even if I were to put 3 in a row and assign them correct child links in the order I want, if I move the one on the far right to the far left it changes the links over in the editor (not sure if it does that behind the scenes though).

    So could you confirm how it calculates its order?

    #9314

    Hi,
    From code, “is dynamic” will affect the order!

    #9313
    Gavalakis
    Keymaster

    Hey,

    @enerain99: Groffit was speaking about the editor-runtime relationship : ) Dynamic is a runtime only thing and it doesn’t change the order really : )

    Re-sorting left to right in Editor is automaticaly done for convenience since BT’s generaly work left to right. This also kind of forces you to work a bit organized 🙂
    What you see in Editor, is what you get in runtime as well.

    Join us on Discord: https://discord.gg/97q2Rjh

    #9312

    ok cool, thats fine as long as I know thats the case, is there any way you could have an option to turn off auto organising or something at the top (where the snapping option etc are?)

    Not end of the world if you cannot.

    #9311
    Gavalakis
    Keymaster

    Sure, I will add that in the Options since it’s simply a matter or calling a method or not 🙂

    Join us on Discord: https://discord.gg/97q2Rjh

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.