C# Class OpenMetaverse.Messages.Linden.AgentGroupDataUpdateMessage.GroupData

Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
AcceptNotices bool
Contribution int
GroupID UUID
GroupInsigniaID UUID
GroupName string
GroupPowers GroupPowers

Property Details

AcceptNotices public_oe property

true of the agent accepts group notices
public bool AcceptNotices
Résultat bool

Contribution public_oe property

The agents tier contribution to the group
public int Contribution
Résultat int

GroupID public_oe property

The Groups UUID
public UUID GroupID
Résultat UUID

GroupInsigniaID public_oe property

The UUID of the groups insignia
public UUID GroupInsigniaID
Résultat UUID

GroupName public_oe property

The name of the group
public string GroupName
Résultat string

GroupPowers public_oe property

The aggregate permissions the agent has in the group for all roles the agent is assigned
public GroupPowers GroupPowers
Résultat GroupPowers