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

Public Member Functions

 ControllerData (UUID obj, UUID item, uint ignore, uint ev)
 
 ControllerData (OSDMap args)
 
OSDMap PackUpdateMessage ()
 
void UnpackUpdateMessage (OSDMap args)
 

Public Attributes

UUID ObjectID
 
UUID ItemID
 
uint IgnoreControls
 
uint EventControls
 

Detailed Description

Definition at line 269 of file ChildAgentDataUpdate.cs.

Constructor & Destructor Documentation

OpenSim.Framework.ControllerData.ControllerData ( UUID  obj,
UUID  item,
uint  ignore,
uint  ev 
)
inline

Definition at line 276 of file ChildAgentDataUpdate.cs.

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

Definition at line 284 of file ChildAgentDataUpdate.cs.

Member Function Documentation

OSDMap OpenSim.Framework.ControllerData.PackUpdateMessage ( )
inline

Definition at line 289 of file ChildAgentDataUpdate.cs.

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

Definition at line 301 of file ChildAgentDataUpdate.cs.

Member Data Documentation

uint OpenSim.Framework.ControllerData.EventControls

Definition at line 274 of file ChildAgentDataUpdate.cs.

uint OpenSim.Framework.ControllerData.IgnoreControls

Definition at line 273 of file ChildAgentDataUpdate.cs.

UUID OpenSim.Framework.ControllerData.ItemID

Definition at line 272 of file ChildAgentDataUpdate.cs.

UUID OpenSim.Framework.ControllerData.ObjectID

Definition at line 271 of file ChildAgentDataUpdate.cs.


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