Difference between revisions of "MeanCollisionAlert"

From Second Life Wiki
Jump to navigation Jump to search
Line 16: Line 16:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
This is used to report the stuff that shows up under Help -> Bumps, Pushes and Hits.
This is used to tell the client about the stuff that shows up under Help -> Bumps, Pushes and Hits. Since it can get pretty hectic, more than one MeanCollision can be included in each packet.


See also: http://libsecondlife.org/wiki/MeanCollisionAlert
See also: http://libsecondlife.org/wiki/MeanCollisionAlert


[[Category:Messages]]
[[Category:Messages]]

Revision as of 07:54, 8 January 2007

Message Layout

{
	MeanCollisionAlert Low Trusted Zerocoded
	{
		MeanCollision		Variable
		{	Victim			LLUUID	}
		{	Perp			LLUUID	}
		{	Time			U32		}
		{	Mag				F32		}
		{	Type			U8		}
	}
}

Usage and Notes

This is used to tell the client about the stuff that shows up under Help -> Bumps, Pushes and Hits. Since it can get pretty hectic, more than one MeanCollision can be included in each packet.

See also: http://libsecondlife.org/wiki/MeanCollisionAlert