UserLoginLocationRequest

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	UserLoginLocationRequest Low Trusted Zerocoded
	{
		UserBlock			Single
		{	SessionID		LLUUID	}
		{   TravelAccess	U8		}
		{	FirstLogin		BOOL	}
		{	LimitedToEstate U32		}
	}
	{
		PositionBlock		Single
		{   ViewerRegion	U64   }
		{	ViewerPosition	LLVector3	}
	}
	{
		URLBlock	Single
		{	SimName		Variable	1	}
		{	Pos			LLVector3	}
	}
}

Usage and Notes