SimulatorAssign

From Second Life Wiki
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