|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| RBACCommandData () | |
| ~RBACCommandData () | |
Public Attributes | |
| uint32 | id |
| bool | needDelete |
| rbac::RBACData * | rbac |
| int32 | realmId |
Definition at line 20 of file cs_rbac.cpp.
|
inline |
Definition at line 22 of file cs_rbac.cpp.
References id, needDelete, and realmId.
|
inline |
Definition at line 23 of file cs_rbac.cpp.
References needDelete.
| uint32 RBACCommandData::id |
Definition at line 29 of file cs_rbac.cpp.
Referenced by rbac_commandscript::HandleRBACPermDenyCommand(), rbac_commandscript::HandleRBACPermGrantCommand(), rbac_commandscript::HandleRBACPermRevokeCommand(), RBACCommandData(), and rbac_commandscript::ReadParams().
| bool RBACCommandData::needDelete |
Definition at line 32 of file cs_rbac.cpp.
Referenced by RBACCommandData(), rbac_commandscript::ReadParams(), and ~RBACCommandData().
| rbac::RBACData* RBACCommandData::rbac |
| int32 RBACCommandData::realmId |
Definition at line 30 of file cs_rbac.cpp.
Referenced by rbac_commandscript::HandleRBACPermDenyCommand(), rbac_commandscript::HandleRBACPermGrantCommand(), rbac_commandscript::HandleRBACPermRevokeCommand(), RBACCommandData(), and rbac_commandscript::ReadParams().