SetStartLocation

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	SetStartLocation Low Trusted Zerocoded
	{
		StartLocationData	Single
		{	AgentID			LLUUID	}
		{	RegionID		LLUUID	}
		{	LocationID		U32	}
		{	RegionHandle	U64			}
		{	LocationPos		LLVector3	}		
		{	LocationLookAt	LLVector3	}
	}
}

Usage and Notes