![]() |
TrinityCore
|
Include dependency graph for PetitionMgr.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Petition |
| class | PetitionMgr |
Macros | |
| #define | sPetitionMgr PetitionMgr::instance() |
Typedefs | |
| typedef std::pair< uint32, ObjectGuid > | Signature |
| typedef std::vector< Signature > | SignaturesVector |
Enumerations | |
| enum | PetitionTurns { PETITION_TURN_OK = 0 , PETITION_TURN_ALREADY_IN_GUILD = 2 , PETITION_TURN_NEED_MORE_SIGNATURES = 4 , PETITION_TURN_GUILD_PERMISSIONS = 11 , PETITION_TURN_GUILD_NAME_INVALID = 12 , PETITION_TURN_HAS_RESTRICTION = 13 } |
| enum | PetitionSigns { PETITION_SIGN_OK = 0 , PETITION_SIGN_ALREADY_SIGNED = 1 , PETITION_SIGN_ALREADY_IN_GUILD = 2 , PETITION_SIGN_CANT_SIGN_OWN = 3 , PETITION_SIGN_NOT_SERVER = 5 , PETITION_SIGN_FULL = 8 , PETITION_SIGN_ALREADY_SIGNED_OTHER = 10 , PETITION_SIGN_RESTRICTED_ACCOUNT_TRIAL = 11 , PETITION_SIGN_HAS_RESTRICTION = 13 } |
| #define sPetitionMgr PetitionMgr::instance() |
Definition at line 91 of file PetitionMgr.h.
| typedef std::pair<uint32, ObjectGuid> Signature |
Definition at line 50 of file PetitionMgr.h.
| typedef std::vector<Signature> SignaturesVector |
Definition at line 51 of file PetitionMgr.h.
| enum PetitionSigns |
Definition at line 37 of file PetitionMgr.h.
| enum PetitionTurns |
| Enumerator | |
|---|---|
| PETITION_TURN_OK | |
| PETITION_TURN_ALREADY_IN_GUILD | |
| PETITION_TURN_NEED_MORE_SIGNATURES | |
| PETITION_TURN_GUILD_PERMISSIONS | |
| PETITION_TURN_GUILD_NAME_INVALID | |
| PETITION_TURN_HAS_RESTRICTION | |
Definition at line 27 of file PetitionMgr.h.