Difference between revisions of "PayPriceReply"

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==
Sim->client reply to [[RequestPayPrice]], lists object's pay dialog values set with [[llSetPayPrice]]
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 22:26, 9 June 2008

Message Layout

{
	PayPriceReply Low Trusted Unencoded
	{
		ObjectData		Single
		{	ObjectID	LLUUID }
		{	DefaultPayPrice	S32	}
	}
	{
		ButtonData		Variable
		
		{	PayButton	S32	}
	}
}

Usage and Notes

Sim->client reply to RequestPayPrice, lists object's pay dialog values set with llSetPayPrice