What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Styx.WoWInternals.WoWObjects.WoWUnit.Flags

vlad0327

New Member
Joined
Feb 4, 2011
Messages
291
Reaction score
10
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.
 
Flags and Flags2 are exposed for people 'dumping' info into stuff such as databases.

We have wrapped all known flags (as far as I'm aware) via other properties.

If we missed some, please feel free to let us know, and we'll make sure they're wrapped.
 
Back
Top