![]() |
TrinityCore
|
Classes | |
| class | VoiceCredentials |
Enumerations | |
| enum | VoiceJoinType { VOICE_JOIN_NORMAL = 0 , VOICE_JOIN_MUTED = 1 } |
| enum | VoiceMuteReason { VOICE_MUTE_REASON_NONE = 0 , VOICE_MUTE_REASON_PARENTAL_CONTROL_LISTEN_ONLY = 1 , VOICE_MUTE_REASON_REQUESTED = 2 , VOICE_MUTE_REASON_SQUELCHED = 3 } |
| enum | VoiceProviderVersion { VOICE_PROVIDER_V4 = 0 , VOICE_PROVIDER_V5 = 1 } |
Variables | |
| const VoiceJoinType | VoiceJoinType_MIN = VOICE_JOIN_NORMAL |
| const VoiceJoinType | VoiceJoinType_MAX = VOICE_JOIN_MUTED |
| const int | VoiceJoinType_ARRAYSIZE = VoiceJoinType_MAX + 1 |
| const VoiceMuteReason | VoiceMuteReason_MIN = VOICE_MUTE_REASON_NONE |
| const VoiceMuteReason | VoiceMuteReason_MAX = VOICE_MUTE_REASON_SQUELCHED |
| const int | VoiceMuteReason_ARRAYSIZE = VoiceMuteReason_MAX + 1 |
| const VoiceProviderVersion | VoiceProviderVersion_MIN = VOICE_PROVIDER_V4 |
| const VoiceProviderVersion | VoiceProviderVersion_MAX = VOICE_PROVIDER_V5 |
| const int | VoiceProviderVersion_ARRAYSIZE = VoiceProviderVersion_MAX + 1 |
| Enumerator | |
|---|---|
| VOICE_JOIN_NORMAL | |
| VOICE_JOIN_MUTED | |
Definition at line 44 of file voice_types.pb.h.
| Enumerator | |
|---|---|
| VOICE_MUTE_REASON_NONE | |
| VOICE_MUTE_REASON_PARENTAL_CONTROL_LISTEN_ONLY | |
| VOICE_MUTE_REASON_REQUESTED | |
| VOICE_MUTE_REASON_SQUELCHED | |
Definition at line 63 of file voice_types.pb.h.
| Enumerator | |
|---|---|
| VOICE_PROVIDER_V4 | |
| VOICE_PROVIDER_V5 | |
Definition at line 84 of file voice_types.pb.h.
| void TC_PROTO_API bgs::protocol::voice::v1::protobuf_AddDesc_api_2fcommon_2fv1_2fvoice_5ftypes_2eproto | ( | ) |
| void bgs::protocol::voice::v1::protobuf_AssignDesc_api_2fcommon_2fv1_2fvoice_5ftypes_2eproto | ( | ) |
| void bgs::protocol::voice::v1::protobuf_ShutdownFile_api_2fcommon_2fv1_2fvoice_5ftypes_2eproto | ( | ) |
| TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::voice::v1::VoiceJoinType_descriptor | ( | ) |
Here is the caller graph for this function:| TC_PROTO_API bool bgs::protocol::voice::v1::VoiceJoinType_IsValid | ( | int | value | ) |
|
inline |
|
inline |
| TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::voice::v1::VoiceMuteReason_descriptor | ( | ) |
Here is the caller graph for this function:| TC_PROTO_API bool bgs::protocol::voice::v1::VoiceMuteReason_IsValid | ( | int | value | ) |
|
inline |
|
inline |
| TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::voice::v1::VoiceProviderVersion_descriptor | ( | ) |
Here is the caller graph for this function:| TC_PROTO_API bool bgs::protocol::voice::v1::VoiceProviderVersion_IsValid | ( | int | value | ) |
|
inline |
|
inline |
| const int bgs::protocol::voice::v1::VoiceJoinType_ARRAYSIZE = VoiceJoinType_MAX + 1 |
Definition at line 51 of file voice_types.pb.h.
| const VoiceJoinType bgs::protocol::voice::v1::VoiceJoinType_MAX = VOICE_JOIN_MUTED |
Definition at line 50 of file voice_types.pb.h.
| const VoiceJoinType bgs::protocol::voice::v1::VoiceJoinType_MIN = VOICE_JOIN_NORMAL |
Definition at line 49 of file voice_types.pb.h.
| const int bgs::protocol::voice::v1::VoiceMuteReason_ARRAYSIZE = VoiceMuteReason_MAX + 1 |
Definition at line 72 of file voice_types.pb.h.
| const VoiceMuteReason bgs::protocol::voice::v1::VoiceMuteReason_MAX = VOICE_MUTE_REASON_SQUELCHED |
Definition at line 71 of file voice_types.pb.h.
| const VoiceMuteReason bgs::protocol::voice::v1::VoiceMuteReason_MIN = VOICE_MUTE_REASON_NONE |
Definition at line 70 of file voice_types.pb.h.
| const int bgs::protocol::voice::v1::VoiceProviderVersion_ARRAYSIZE = VoiceProviderVersion_MAX + 1 |
Definition at line 91 of file voice_types.pb.h.
| const VoiceProviderVersion bgs::protocol::voice::v1::VoiceProviderVersion_MAX = VOICE_PROVIDER_V5 |
Definition at line 90 of file voice_types.pb.h.
| const VoiceProviderVersion bgs::protocol::voice::v1::VoiceProviderVersion_MIN = VOICE_PROVIDER_V4 |
Definition at line 89 of file voice_types.pb.h.