Difference between revisions of "ObjectGrabUpdate"

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 16: Line 15:
{ GrabPosition LLVector3 }
{ GrabPosition LLVector3 }
{ TimeSinceLast U32 }
{ TimeSinceLast 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

{
	ObjectGrabUpdate Low NotTrusted Zerocoded
	{
		AgentData	Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		ObjectData	Single
		{	ObjectID			LLUUID	}
		{	GrabOffsetInitial	LLVector3	}	
		{	GrabPosition		LLVector3	}	
		{	TimeSinceLast		U32	}
	}
	{
		SurfaceInfo		Variable
		{	UVCoord		LLVector3 }
		{	STCoord		LLVector3 }
		{	FaceIndex	S32 }
		{	Position	LLVector3 }
		{	Normal		LLVector3 }
		{	Binormal	LLVector3 }
	}
}

Usage and Notes