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

Show file 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 property

true of the agent accepts group notices
public bool AcceptNotices
return bool

Contribution public property

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

GroupID public property

The Groups UUID
public UUID GroupID
return UUID

GroupInsigniaID public property

The UUID of the groups insignia
public UUID GroupInsigniaID
return UUID

GroupName public property

The name of the group
public string GroupName
return string

GroupPowers public property

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