OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
OpenSim.Framework.AgentGroupData Class Reference

Public Member Functions

 AgentGroupData (UUID id, ulong powers, bool notices)
 
 AgentGroupData (OSDMap args)
 
OSDMap PackUpdateMessage ()
 
void UnpackUpdateMessage (OSDMap args)
 

Public Attributes

UUID GroupID
 
ulong GroupPowers
 
bool AcceptNotices
 

Detailed Description

Definition at line 230 of file ChildAgentDataUpdate.cs.

Constructor & Destructor Documentation

OpenSim.Framework.AgentGroupData.AgentGroupData ( UUID  id,
ulong  powers,
bool  notices 
)
inline

Definition at line 236 of file ChildAgentDataUpdate.cs.

OpenSim.Framework.AgentGroupData.AgentGroupData ( OSDMap  args)
inline

Definition at line 243 of file ChildAgentDataUpdate.cs.

Member Function Documentation

OSDMap OpenSim.Framework.AgentGroupData.PackUpdateMessage ( )
inline

Definition at line 248 of file ChildAgentDataUpdate.cs.

void OpenSim.Framework.AgentGroupData.UnpackUpdateMessage ( OSDMap  args)
inline

Definition at line 258 of file ChildAgentDataUpdate.cs.

Member Data Documentation

bool OpenSim.Framework.AgentGroupData.AcceptNotices

Definition at line 234 of file ChildAgentDataUpdate.cs.

UUID OpenSim.Framework.AgentGroupData.GroupID

Definition at line 232 of file ChildAgentDataUpdate.cs.

ulong OpenSim.Framework.AgentGroupData.GroupPowers

Definition at line 233 of file ChildAgentDataUpdate.cs.


The documentation for this class was generated from the following file: