Difference between revisions of "ObjectDeGrab"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(Added SurfaceInfo block)
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 13: Line 12:
ObjectData Single
ObjectData Single
{ LocalID U32  }
{ LocalID U32  }
}
{
SurfaceInfo Variable
{ UVCoord LLVector3 }
{ STCoord LLVector3 }
{ FaceIndex S32 }
{ Position LLVector3 }
{ Normal LLVector3 }
{ Binormal LLVector3 }
}
}
}
}


</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 19:28, 22 August 2008

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