Difference between revisions of "TestMessage"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 19: Line 18:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
If I had something to say, it would go here.
==Categories==
[[Category:Messages]]
[[Category:Messages]]

Revision as of 23:16, 17 November 2006

Message Layout

{
	TestMessage Low NotTrusted Zerocoded
	{
		TestBlock1		Single
		{	Test1		U32	}
	}
	{
		NeighborBlock		Multiple		4
		{	Test0		U32	}
		{	Test1		U32	}
		{	Test2		U32	}
	}
}

Usage and Notes

If I had something to say, it would go here.

Categories