Difference between revisions of "AvatarPicksReply"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(info on how to request; needs better example or better documentation of GenericMessage)
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 19: Line 18:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
"Picks" reply (from an avatar's profile).
To request an avatar's picks a [[GenericMessage]] must be used:
--- GenericMessage ---
-- AgentData --
AgentID: 01234567-0123-0123-0123-0123456789ab
SessionID: 01234567-0123-0123-0123-0123456789ab
TransactionID: 00000000-0000-0000-0000-000000000000
-- MethodData --
Method: avatarpicksrequest
Invoice: 00000000-0000-0000-0000-000000000000
-- ParamList --
Parameter: 01234567-0123-0123-0123-0123456789ab
[[Category:Messages]]
[[Category:Messages]]

Revision as of 02:25, 20 June 2008

Message Layout

{
	AvatarPicksReply Low Trusted Unencoded
	{
		AgentData		Single
		{	AgentID			LLUUID		}
		{	TargetID		LLUUID		}
	}
	{
		Data			Variable
		{	PickID			LLUUID		}
		{	PickName		Variable 1	}	
	}
}

Usage and Notes

"Picks" reply (from an avatar's profile).

To request an avatar's picks a GenericMessage must be used:

--- GenericMessage --- -- AgentData -- AgentID: 01234567-0123-0123-0123-0123456789ab SessionID: 01234567-0123-0123-0123-0123456789ab TransactionID: 00000000-0000-0000-0000-000000000000 -- MethodData -- Method: avatarpicksrequest Invoice: 00000000-0000-0000-0000-000000000000 -- ParamList -- Parameter: 01234567-0123-0123-0123-0123456789ab