Difference between revisions of "AgentMovementComplete"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 3: Line 3:
<pre width=80>
<pre width=80>
{
{
AgentMovementComplete Low NotTrusted Unencoded
AgentMovementComplete Low 250 NotTrusted Unencoded
{
{
AgentData Single
AgentData Single
Line 15: Line 15:
{ RegionHandle U64 }
{ RegionHandle U64 }
{ Timestamp U32 }
{ Timestamp U32 }
}
{
SimData Single
{ ChannelVersion Variable 2      }
}
}
}
}
Line 20: Line 24:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Sent by the simulator in response to [[CompleteAgentMovement]] once the avatar is awake in the region.
[[Category:Messages]]
[[Category:Messages]]
[[Category:Agent Messages]]
[[Category:Agent Messages]]

Latest revision as of 01:51, 13 September 2024

Message Layout

{
	AgentMovementComplete Low 250 NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID			LLUUID	}
		{	SessionID		LLUUID	}
	}
	{
		Data			Single
		{	Position		LLVector3 }
		{	LookAt			LLVector3 }
		{	RegionHandle	U64		}
		{	Timestamp		U32	}
	}
	{
		SimData			Single
		{	ChannelVersion	Variable 2      }
	}
}

Usage and Notes

Sent by the simulator in response to CompleteAgentMovement once the avatar is awake in the region.