SimulatorAssign

From Second Life Wiki
Revision as of 15:26, 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

{
	SimulatorAssign Low Trusted Zerocoded
	{
		RegionInfo			Single
		{	GridsPerEdge	S32	}
		{	MetersPerGrid	F32	}
		{	Handle			U64	}
		{	UsecSinceStart	U64	}
		{	SecPerDay		U32	}
		{	SecPerYear		U32	}
		{	SunDirection	LLVector3	}
		{	SunAngVelocity	LLVector3	}
		{	IP		IPADDR	}
		{	Port		IPPORT	}
	}
	{
		NeighborBlock	Multiple		4
		{	IP			IPADDR	}
		{	Port		IPPORT	}
		{	PublicIP	IPADDR	}
		{	PublicPort	IPPORT	}
		{	Name		Variable		1	}	
		{	SimAccess	U8	}
	}
}

Usage and Notes