Bitfield of flags for specifying UnitNPCFlags.
Namespace: StyxAssembly: Styx (in Styx.dll) Version: 3.0.1160.0 (3.0.1160)
Syntax[FlagsAttribute]
public enum UnitNPCFlags
Members
| Member name | Value | Description |
---|
| None | 0 | A binary constant representing the none flag. |
| Gossip | 1 | A binary constant representing the gossip flag. |
| Questgiver | 2 | A binary constant representing the questgiver flag. |
| AnyTrainer | 96 | A binary constant representing any trainer flag. |
| Unk1 | 4 | A binary constant representing the unk 1 flag. |
| Unk2 | 8 | A binary constant representing the unk 2 flag. |
| Trainer | 16 | A binary constant representing the trainer flag. |
| ClassTrainer | 32 | A binary constant representing the class trainer flag. |
| ProfessionTrainer | 64 | A binary constant representing the profession trainer flag. |
| Vendor | 128 | A binary constant representing the vendor flag. |
| AmmoVendor | 256 | A binary constant representing the ammo vendor flag. |
| FoodVendor | 512 | A binary constant representing the food vendor flag. |
| PoisonVendor | 1024 | A binary constant representing the poision vendor flag. |
| ReagentVendor | 2048 | A binary constant representing the reagent vendor flag. |
| AnyVendor | 3968 | A binary constant representing any vendor flag. |
| Repair | 4096 | A binary constant representing the repair flag. |
| Flightmaster | 8192 | A binary constant representing the flightmaster flag. |
| Spirithealer | 16384 | A binary constant representing the spirithealer flag. |
| Spiritguide | 32768 | A binary constant representing the spiritguide flag. |
| Innkeeper | 65536 | A binary constant representing the innkeeper flag. |
| Banker | 131072 | A binary constant representing the banker flag. |
| Petitioner | 262144 | A binary constant representing the petitioner flag. |
| TarbardDesigner | 524288 | A binary constant representing the tarbard designer flag. |
| Battlemaster | 1048576 | A binary constant representing the battlemaster flag. |
| Auctioneer | 2097152 | A binary constant representing the auctioneer flag. |
| Stablemaster | 4194304 | A binary constant representing the stablemaster flag. |
| GuildBanker | 8388608 | A binary constant representing the guild banker flag. |
| SpellClick | 16777216 | A binary constant representing the spell click flag. |
| MailCourier | 67108864 | An enum constant representing the mail courier option. |
| Reforger | 134217728 | An enum constant representing the reforger option. |
| Transmogrifier | 268435456 | An enum constant representing the transmogrifier option. |
| VaultKeeper | 536870912 | An enum constant representing the vault keeper option. |
| PetBattle | 1073741824 | A binary constant representing the pet battle flag. |
| BlackMarketAuctioneer | 2147483648 | An enum constant representing the black market auctioneer option. |
See Also