UserLoginLocationReply

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	UserLoginLocationReply Low Trusted Zerocoded
	{
		AgentData	Single
		{	SessionID	LLUUID	}
		{	Message		Variable	1	}
	}
	{
		RegionInfo	Single
		{	LocationValid	BOOL	}
		{	GridsPerEdge	U32	}
		{	MetersPerGrid	F32	}
		{	Handle			U64	}
		{	UsecSinceStart	U64	}
		{	SecPerDay		U32	}
		{	SecPerYear		U32	}
		{	SunDirection	LLVector3	}
		{	SunAngVelocity	LLVector3	}
	}
	{
		SimulatorBlock		Single
		{	IP				IPADDR	}
		{	Port			IPPORT	}
	}
	{
		URLBlock			Single
		{	LocationID		U32			}
		{	LocationLookAt	LLVector3	}
	}
}

Usage and Notes