You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain constants can be used as bitflags and joined together using bitwise OR to make up a final value. In these cases Feather shows a warning, saying "Constant is expected to be one of the following":
In 2024.11.0.179/226 (seriously, let us copy and paste this from the IDE, guys) constants of any form appear to give this warning for me. i.e. using constant.color as a argument type will give a warning still when fed a color or a macro corresponding to a color. So I don't think this related to bitflags, but that it is giving warnings regardless of how the constants are used.
GM-7689
Certain constants can be used as bitflags and joined together using bitwise OR to make up a final value. In these cases Feather shows a warning, saying "Constant is expected to be one of the following":
!constants_bitflags_warning1.png|thumbnail!
!constants_bitflags_warning2.png|thumbnail!
In these cases, it can also be a bitwise combination of those constants and the end result will also be valid.
The text was updated successfully, but these errors were encountered: