SpaceLoginLocationReply

From Second Life Wiki
Revision as of 16:04, 21 November 2006 by Cube Linden (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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