Difference between revisions of "PlacesQuery"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
(One intermediate revision by the same user not shown)
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
|-
|64||Avatar Owned
|-
|256||Group Owned
|}
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 05:51, 30 July 2015

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
64 Avatar Owned
256 Group Owned