Reply To: Enum as Flag actions

NodeCanvas Forums General Discussion Enum as Flag actions Reply To: Enum as Flag actions

#15043
xtro
Participant

Hi again.

The purpose of flag enum is to be able to set, clear and check each bit (sometimes multiple bits) of the enum on demand via bitwise operations and to be able to do that, the action needs a bit selection parameter.

Your built-in enum action doesn’t have such parameter but my version has.

Have you added my action onto a BT and see how it looks and is used?

I’ll send you a screenshot.