C# Class Universe.Framework.DatabaseInterfaces.ChatSessionMember

Pulled from OpenMetaverse Structure representing a member of a group chat session and their settings
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

Свойство Type Description
AvatarKey UUID
CanVoiceChat bool
HasBeenAdded bool
IsModerator bool
MuteText bool
MuteVoice bool
RequestedRemoval bool

Property Details

AvatarKey public_oe property

The OpenMetaverse.UUID of the avatar
public UUID AvatarKey
Résultat UUID

CanVoiceChat public_oe property

True if the user has voice chat enabled
public bool CanVoiceChat
Résultat bool

HasBeenAdded public_oe property

Whether the user has accepted being added to the group chat
public bool HasBeenAdded
Résultat bool

IsModerator public_oe property

True if Avatar has moderator abilities
public bool IsModerator
Résultat bool

MuteText public_oe property

True if a moderator has muted this avatars chat
public bool MuteText
Résultat bool

MuteVoice public_oe property

True if a moderator has muted this avatars voice
public bool MuteVoice
Résultat bool

RequestedRemoval public_oe property

Whether the user has asked to be removed from the chat
public bool RequestedRemoval
Résultat bool