SpaceLoginLocationReply

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	SpaceLoginLocationReply Low Trusted Zerocoded
	{
		UserBlock			Single
		{	SessionID		LLUUID	}
		{	LocationID		U32		}
		{	LocationPos		LLVector3	}
		{	LocationLookAt	LLVector3	}
	}
	{
		SimulatorBlock		Single
		{	IP				IPADDR	}
		{	Port			IPPORT	}
		{	CircuitCode		U32	}
		{	Name			Variable	1	}
		{	SimAccess		U8	}
	}
	{
		RegionInfo	Single
		{	GridsPerEdge	U32	}
		{	MetersPerGrid	F32	}
		{	Handle			U64	}
		{	UsecSinceStart	U64	}
		{	SecPerDay		U32	}
		{	SecPerYear		U32	}
		{	SunDirection	LLVector3	}
		{	SunAngVelocity	LLVector3	}
	}
}

Usage and Notes