Difference between revisions of "AvatarPropertiesReply"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 29: Line 28:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Avatar profile, response to [[AvatarPropertiesRequest]]
[[Category:Messages]]
[[Category:Messages]]

Revision as of 05:54, 9 June 2008

Message Layout

{
	AvatarPropertiesReply Low Trusted Zerocoded
	{
		AgentData			Single
		{	AgentID			LLUUID		}	
		{	AvatarID		LLUUID		}	
	}
	{
		PropertiesData		Single
		{	ImageID			LLUUID		}
		{	FLImageID		LLUUID		}
		{	PartnerID		LLUUID		}
		{	AboutText		Variable 2	}	
		{	FLAboutText		Variable 1	}	
		{	BornOn			Variable 1	}	
		{	ProfileURL		Variable 1	}	
		{	CharterMember	Variable 1	}	
		{	AllowPublish	BOOL		}	
		{	MaturePublish	BOOL		}	
		{	Identified		BOOL		}	
		{	Transacted		BOOL		}	
	}
}

Usage and Notes

Avatar profile, response to AvatarPropertiesRequest