Difference between revisions of "PlacesQuery"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 26: Line 25:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
QueryFlags:
{| border="1"
|-
|Value||Name
|-
|256||Group Owned
|}
[[Category:Messages]]
[[Category:Messages]]

Revision as of 03:25, 17 April 2010

Message Layout

{
	PlacesQuery Low NotTrusted Zerocoded
	{
		AgentData		Single
		{	AgentID		LLUUID		}
		{	SessionID	LLUUID		}
		{	QueryID		LLUUID		}
	}
	{
		TransactionData Single
		{	TransactionID	LLUUID	}
	}
	{
		QueryData		Single
		{	QueryText	Variable	1	}
		{	QueryFlags	U32				}
		{	Category	S8				}
		{	SimName		Variable	1	}
	}
}

Usage and Notes

QueryFlags:

Value Name
256 Group Owned