DataAgentAccessRequest: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
mNo edit summary
 
(No difference)

Latest revision as of 15:37, 21 November 2006

Message Layout

{
	DataAgentAccessRequest	Low	Trusted Unencoded
	{
		Info	Single
		{	AgentID			LLUUID			}
		{	EstateID		U32				}
		{	RegionHandle	U64				}
		{	LocationID		U32				}
		{	LocationPos		LLVector3		}
		{	LocationLookAt	LLVector3		}
	}	
}

Usage and Notes