Difference between revisions of "AvatarPropertiesRequest"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 15: Line 14:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Used by client to request an avatar's profile.  Triggers [[AvatarPropertiesReply]], [[AvatarInterestsReply]] and [[AvatarGroupsReply]]
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 05:44, 9 June 2008

Message Layout

{
	AvatarPropertiesRequest Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID			LLUUID	}
		{	SessionID		LLUUID	}
		{	AvatarID		LLUUID	}
	}
}

Usage and Notes

Used by client to request an avatar's profile. Triggers AvatarPropertiesReply, AvatarInterestsReply and AvatarGroupsReply