megalon / nasb-moveset-editor

Moveset editor for Nickelodeon All-Star Brawl
MIT License
1 stars 1 forks source link

Any output can have multiple connections #21

Closed megalon closed 2 years ago

megalon commented 2 years ago

Bug

Any output NodePort can have multiple connections, even though some of them should only be able to have one.

Cause

By default the [Output] attribute's connectionType is set to ConnectionType.Multiple This should be set to ConnectionType.Override for any output that isn't a List.

Workaround

Currently if two things are connected to a node that is only expecting one, when you export the moveset, the node that was connected FIRST is the one that is exported. The others are ignored.