Difference between revisions of "ObjectAttach"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(No difference)

Latest revision as of 15:45, 21 November 2006

Message Layout

{
	ObjectAttach Low NotTrusted Zerocoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
		{	AttachmentPoint	U8	}
	}
	{
		ObjectData		Variable
		{	ObjectLocalID	U32				}
		{	Rotation		LLQuaternion	}
	}
}

Usage and Notes