Difference between revisions of "CompleteAgentMovement"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(added packet ID number as found in message_template.msg)
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
<pre width=80>
<pre width=80>
{
{
CompleteAgentMovement Low NotTrusted Unencoded
CompleteAgentMovement Low 249 NotTrusted Unencoded
{
{
AgentData Single
AgentData Single
Line 14: Line 13:


</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 09:00, 30 November 2007

Message Layout

{
	CompleteAgentMovement Low 249 NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID			LLUUID	}
		{	SessionID		LLUUID	}
		{	CircuitCode		U32	}
	}
}

Usage and Notes