![]() |
TrinityCore
|
Inheritance diagram for rbac_commandscript:Public Member Functions | |
| rbac_commandscript () | |
| std::span< ChatCommandBuilder const > | GetCommands () const override |
Public Member Functions inherited from CommandScript | |
| ~CommandScript () | |
Public Member Functions inherited from ScriptObject | |
| ScriptObject (ScriptObject const &right)=delete | |
| ScriptObject (ScriptObject &&right)=delete | |
| ScriptObject & | operator= (ScriptObject const &right)=delete |
| ScriptObject & | operator= (ScriptObject &&right)=delete |
| std::string const & | GetName () const |
Static Public Member Functions | |
| static RBACCommandData | GetRBACData (AccountIdentifier account) |
| static bool | HandleRBACPermGrantCommand (ChatHandler *handler, Optional< AccountIdentifier > account, uint32 permId, Optional< int32 > realmId) |
| static bool | HandleRBACPermDenyCommand (ChatHandler *handler, Optional< AccountIdentifier > account, uint32 permId, Optional< int32 > realmId) |
| static bool | HandleRBACPermRevokeCommand (ChatHandler *handler, Optional< AccountIdentifier > account, uint32 permId, Optional< int32 > realmId) |
| static bool | HandleRBACPermListCommand (ChatHandler *handler, Optional< AccountIdentifier > account) |
| static bool | HandleRBACListPermissionsCommand (ChatHandler *handler, Optional< uint32 > permId) |
Additional Inherited Members | |
Protected Member Functions inherited from CommandScript | |
| CommandScript (char const *name) noexcept | |
Protected Member Functions inherited from ScriptObject | |
| ScriptObject (char const *name) noexcept | |
| virtual | ~ScriptObject () |
Definition at line 52 of file cs_rbac.cpp.
|
inline |
Definition at line 55 of file cs_rbac.cpp.
|
inlineoverridevirtual |
Implements CommandScript.
Definition at line 57 of file cs_rbac.cpp.
Here is the call graph for this function:
|
inlinestatic |
Definition at line 81 of file cs_rbac.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 265 of file cs_rbac.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 135 of file cs_rbac.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 93 of file cs_rbac.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 215 of file cs_rbac.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 177 of file cs_rbac.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: