Difference between revisions of "AgentUpdate"

From Second Life Wiki
Jump to navigation Jump to search
(added packet ID number as found in message_template.msg)
Line 3: Line 3:
<pre width=80>
<pre width=80>
{
{
AgentUpdate High NotTrusted Zerocoded
AgentUpdate High 4 NotTrusted Zerocoded
{
{
AgentData Single
AgentData Single

Revision as of 09:06, 30 November 2007

Message Layout

{
	AgentUpdate High 4 NotTrusted Zerocoded
	{
		AgentData			Single
		{	AgentID			LLUUID	}
		{	SessionID		LLUUID	}
		{	BodyRotation	LLQuaternion	}
		{	HeadRotation	LLQuaternion	}
		{	State			U8	}
		{	CameraCenter	LLVector3	}
		{	CameraAtAxis	LLVector3	}
		{	CameraLeftAxis	LLVector3	}
		{	CameraUpAxis	LLVector3	}
		{	Far				F32	}
		{	ControlFlags	U32	}
		{	Flags			U8	}
	}
}

Usage and Notes