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

Mostrar archivo Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property 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
return bool

Contribution public_oe property

The agents tier contribution to the group
public int Contribution
return int

GroupID public_oe property

The Groups UUID
public UUID GroupID
return UUID

GroupInsigniaID public_oe property

The UUID of the groups insignia
public UUID GroupInsigniaID
return UUID

GroupName public_oe property

The name of the group
public string GroupName
return string

GroupPowers public_oe property

The aggregate permissions the agent has in the group for all roles the agent is assigned
public GroupPowers GroupPowers
return GroupPowers