Difference between revisions of "ObjectOwner"

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

Latest revision as of 15:44, 21 November 2006

Message Layout

{
	ObjectOwner Low NotTrusted Zerocoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		HeaderData		Single
		{	Override	BOOL	}	
		{	OwnerID		LLUUID	}
		{	GroupID		LLUUID	}
	}
	{
		ObjectData	Variable
		{	ObjectLocalID	U32	}
	}
}

Usage and Notes