I'd like to know what exactly each number in
Styx.WoWInternals.WoWObjects.WoWUnit.Flags & Styx.WoWInternals.WoWObjects.WoWUnit.Flags2
represents.
Currently I use these functions in my CBs to track various npc states that can't be tracked by auras (like invisibility or sleeping in some cases), but I do that by blindly copying the flags for each npc condition. I'm sure though that there's much more uses for it, if only I had detailed flag info.
Styx.WoWInternals.WoWObjects.WoWUnit.Flags & Styx.WoWInternals.WoWObjects.WoWUnit.Flags2
represents.
Currently I use these functions in my CBs to track various npc states that can't be tracked by auras (like invisibility or sleeping in some cases), but I do that by blindly copying the flags for each npc condition. I'm sure though that there's much more uses for it, if only I had detailed flag info.