SetStartLocationRequest

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	SetStartLocationRequest Low NotTrusted Zerocoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		StartLocationData	Single
		{	SimName			Variable	1	}	
		{	LocationID		U32	}
		{	LocationPos		LLVector3	}		
		{	LocationLookAt	LLVector3	}
	}
}

Usage and Notes