![]() |
TrinityCore
|
Namespaces | |
| namespace | client |
Classes | |
| class | AvatarId |
| class | ClubDescription |
| class | LocalizedTag |
| class | MemberId |
| class | TagIdentifier |
| class | TagOptions |
| class | UniqueClubType |
Enumerations | |
| enum | PrivacyLevel { PRIVACY_LEVEL_CLOSED = 0 , PRIVACY_LEVEL_OPEN_INVITATION = 1 , PRIVACY_LEVEL_OPEN_TICKET = 2 , PRIVACY_LEVEL_OPEN = 3 } |
| enum | VisibilityLevel { VISIBILITY_LEVEL_PRIVATE = 0 , VISIBILITY_LEVEL_PUBLIC = 1 } |
| enum | JoinClubSource { JOIN_CLUB_SOURCE_NONE = 0 , JOIN_CLUB_SOURCE_CLUB_FINDER = 1 , JOIN_CLUB_SOURCE_CLUB_RECOMMENDATION = 2 } |
| enum | TagAction { TAG_ACTION_NONE = 0 , TAG_ACTION_CLEAR = 1 , TAG_ACTION_SET = 2 } |
| enum | TagType { TAG_TYPE_INVALID = 0 , TAG_TYPE_PLATFORM = 1 , TAG_TYPE_CUSTOM = 2 } |
Variables | |
| const PrivacyLevel | PrivacyLevel_MIN = PRIVACY_LEVEL_CLOSED |
| const PrivacyLevel | PrivacyLevel_MAX = PRIVACY_LEVEL_OPEN |
| const int | PrivacyLevel_ARRAYSIZE = PrivacyLevel_MAX + 1 |
| const VisibilityLevel | VisibilityLevel_MIN = VISIBILITY_LEVEL_PRIVATE |
| const VisibilityLevel | VisibilityLevel_MAX = VISIBILITY_LEVEL_PUBLIC |
| const int | VisibilityLevel_ARRAYSIZE = VisibilityLevel_MAX + 1 |
| const JoinClubSource | JoinClubSource_MIN = JOIN_CLUB_SOURCE_NONE |
| const JoinClubSource | JoinClubSource_MAX = JOIN_CLUB_SOURCE_CLUB_RECOMMENDATION |
| const int | JoinClubSource_ARRAYSIZE = JoinClubSource_MAX + 1 |
| const TagAction | TagAction_MIN = TAG_ACTION_NONE |
| const TagAction | TagAction_MAX = TAG_ACTION_SET |
| const int | TagAction_ARRAYSIZE = TagAction_MAX + 1 |
| const TagType | TagType_MIN = TAG_TYPE_INVALID |
| const TagType | TagType_MAX = TAG_TYPE_CUSTOM |
| const int | TagType_ARRAYSIZE = TagType_MAX + 1 |
| Enumerator | |
|---|---|
| JOIN_CLUB_SOURCE_NONE | |
| JOIN_CLUB_SOURCE_CLUB_FINDER | |
| JOIN_CLUB_SOURCE_CLUB_RECOMMENDATION | |
Definition at line 79 of file club_enum.pb.h.
| Enumerator | |
|---|---|
| PRIVACY_LEVEL_CLOSED | |
| PRIVACY_LEVEL_OPEN_INVITATION | |
| PRIVACY_LEVEL_OPEN_TICKET | |
| PRIVACY_LEVEL_OPEN | |
Definition at line 39 of file club_enum.pb.h.
| Enumerator | |
|---|---|
| TAG_ACTION_NONE | |
| TAG_ACTION_CLEAR | |
| TAG_ACTION_SET | |
Definition at line 46 of file club_tag.pb.h.
| Enumerator | |
|---|---|
| TAG_TYPE_INVALID | |
| TAG_TYPE_PLATFORM | |
| TAG_TYPE_CUSTOM | |
Definition at line 66 of file club_tag.pb.h.
| Enumerator | |
|---|---|
| VISIBILITY_LEVEL_PRIVATE | |
| VISIBILITY_LEVEL_PUBLIC | |
Definition at line 60 of file club_enum.pb.h.
| TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::JoinClubSource_descriptor | ( | ) |
Here is the caller graph for this function:| TC_PROTO_API bool bgs::protocol::club::v1::JoinClubSource_IsValid | ( | int | value | ) |
|
inline |
|
inline |
| TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::PrivacyLevel_descriptor | ( | ) |
Here is the caller graph for this function:| TC_PROTO_API bool bgs::protocol::club::v1::PrivacyLevel_IsValid | ( | int | value | ) |
Here is the caller graph for this function:
|
inline |
|
inline |
| void TC_PROTO_API bgs::protocol::club::v1::protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5fcore_2eproto | ( | ) |
| void TC_PROTO_API bgs::protocol::club::v1::protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5fenum_2eproto | ( | ) |
| void TC_PROTO_API bgs::protocol::club::v1::protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5fmember_5fid_2eproto | ( | ) |
| void TC_PROTO_API bgs::protocol::club::v1::protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5ftag_2eproto | ( | ) |
| void TC_PROTO_API bgs::protocol::club::v1::protobuf_AddDesc_api_2fcommon_2fv1_2fclub_5ftype_2eproto | ( | ) |
| void bgs::protocol::club::v1::protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5fcore_2eproto | ( | ) |
| void bgs::protocol::club::v1::protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5fenum_2eproto | ( | ) |
| void bgs::protocol::club::v1::protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5fmember_5fid_2eproto | ( | ) |
| void bgs::protocol::club::v1::protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5ftag_2eproto | ( | ) |
| void bgs::protocol::club::v1::protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5ftype_2eproto | ( | ) |
| void bgs::protocol::club::v1::protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5fcore_2eproto | ( | ) |
| void bgs::protocol::club::v1::protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5fenum_2eproto | ( | ) |
| void bgs::protocol::club::v1::protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5fmember_5fid_2eproto | ( | ) |
| void bgs::protocol::club::v1::protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5ftag_2eproto | ( | ) |
| void bgs::protocol::club::v1::protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_5ftype_2eproto | ( | ) |
| TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::TagAction_descriptor | ( | ) |
Here is the caller graph for this function:| TC_PROTO_API bool bgs::protocol::club::v1::TagAction_IsValid | ( | int | value | ) |
|
inline |
|
inline |
| TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::TagType_descriptor | ( | ) |
Here is the caller graph for this function:| TC_PROTO_API bool bgs::protocol::club::v1::TagType_IsValid | ( | int | value | ) |
|
inline |
|
inline |
| TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::VisibilityLevel_descriptor | ( | ) |
Here is the caller graph for this function:| TC_PROTO_API bool bgs::protocol::club::v1::VisibilityLevel_IsValid | ( | int | value | ) |
Here is the caller graph for this function:
|
inline |
|
inline |
| const int bgs::protocol::club::v1::JoinClubSource_ARRAYSIZE = JoinClubSource_MAX + 1 |
Definition at line 87 of file club_enum.pb.h.
| const JoinClubSource bgs::protocol::club::v1::JoinClubSource_MAX = JOIN_CLUB_SOURCE_CLUB_RECOMMENDATION |
Definition at line 86 of file club_enum.pb.h.
| const JoinClubSource bgs::protocol::club::v1::JoinClubSource_MIN = JOIN_CLUB_SOURCE_NONE |
Definition at line 85 of file club_enum.pb.h.
| const int bgs::protocol::club::v1::PrivacyLevel_ARRAYSIZE = PrivacyLevel_MAX + 1 |
Definition at line 48 of file club_enum.pb.h.
| const PrivacyLevel bgs::protocol::club::v1::PrivacyLevel_MAX = PRIVACY_LEVEL_OPEN |
Definition at line 47 of file club_enum.pb.h.
| const PrivacyLevel bgs::protocol::club::v1::PrivacyLevel_MIN = PRIVACY_LEVEL_CLOSED |
Definition at line 46 of file club_enum.pb.h.
| const int bgs::protocol::club::v1::TagAction_ARRAYSIZE = TagAction_MAX + 1 |
Definition at line 54 of file club_tag.pb.h.
| const TagAction bgs::protocol::club::v1::TagAction_MAX = TAG_ACTION_SET |
Definition at line 53 of file club_tag.pb.h.
| const TagAction bgs::protocol::club::v1::TagAction_MIN = TAG_ACTION_NONE |
Definition at line 52 of file club_tag.pb.h.
| const int bgs::protocol::club::v1::TagType_ARRAYSIZE = TagType_MAX + 1 |
Definition at line 74 of file club_tag.pb.h.
| const TagType bgs::protocol::club::v1::TagType_MAX = TAG_TYPE_CUSTOM |
Definition at line 73 of file club_tag.pb.h.
| const TagType bgs::protocol::club::v1::TagType_MIN = TAG_TYPE_INVALID |
Definition at line 72 of file club_tag.pb.h.
| const int bgs::protocol::club::v1::VisibilityLevel_ARRAYSIZE = VisibilityLevel_MAX + 1 |
Definition at line 67 of file club_enum.pb.h.
| const VisibilityLevel bgs::protocol::club::v1::VisibilityLevel_MAX = VISIBILITY_LEVEL_PUBLIC |
Definition at line 66 of file club_enum.pb.h.
| const VisibilityLevel bgs::protocol::club::v1::VisibilityLevel_MIN = VISIBILITY_LEVEL_PRIVATE |
Definition at line 65 of file club_enum.pb.h.