UserReport

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	UserReport	Low		NotTrusted Zerocoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		ReportData	Single
		{   ReportType		U8   }   
		{   Category		U8   }   
		{	Position		LLVector3	} 
		{   CheckFlags		U8	} 
		{   ScreenshotID	LLUUID  }
		{   ObjectID		LLUUID  }
		{   Summary			Variable	1   }
		{   Details 		Variable	2   }
		{	VersionString	Variable	1	}
	}
	{
		MeanCollision		Variable
		{	Perp			LLUUID	}
		{	Time			U32		}
		{	Mag				F32		}
		{	Type			U8		}
	}
}

Usage and Notes