Difference between revisions of "RequestPayPrice"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 13: Line 12:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Used by client to request object's pay dialog values (as set with [[llSetPayPrice]]), which come back in [[PayPriceReply]]
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 22:27, 9 June 2008

Message Layout

{
	RequestPayPrice Low NotTrusted Unencoded
	{
		ObjectData		Single
		{	ObjectID	LLUUID	}
	}
}

Usage and Notes

Used by client to request object's pay dialog values (as set with llSetPayPrice), which come back in PayPriceReply