ObjectDeGrab

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	ObjectDeGrab Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		ObjectData			Single
		{	LocalID				U32  }
	}
	{
		SurfaceInfo		Variable
		{	UVCoord		LLVector3 }
		{	STCoord		LLVector3 }
		{	FaceIndex	S32 }
		{	Position	LLVector3 }
		{	Normal		LLVector3 }
		{	Binormal	LLVector3 }
	}
}

Usage and Notes