AvatarPropertiesReply

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Message Layout

{
	AvatarPropertiesReply Low 171 Trusted Zerocoded
	{
		AgentData			Single
		{	AgentID			LLUUID		}	// your id
		{	AvatarID		LLUUID		}	// avatar you're asking about
	}
	{
		PropertiesData		Single
		{	ImageID			LLUUID		}
		{	FLImageID		LLUUID		}
		{	PartnerID		LLUUID		}
		{	AboutText		Variable 2	}	// string, up to 512
		{	FLAboutText		Variable 1	}	// string
		{	BornOn			Variable 1	}	// string
		{	ProfileURL		Variable 1	}	// string
		{	CharterMember	Variable 1	}	// special - usually U8
		{	Flags			U32			}
	}
}

Usage and Notes

Avatar profile, response to AvatarPropertiesRequest

Flags

Name Value Notes
AVATAR_ALLOW_PUBLISH 1 Whether profile is externally visible or not
AVATAR_MATURE_PUBLISH 2 Profile is "mature"
AVATAR_IDENTIFIED 4 Whether avatar has provided payment info
AVATAR_TRANSACTED 8 Whether avatar has actively used payment info
AVATAR_ONLINE 16 The online status of this avatar, if known.
AVATAR_AGEVERIFIED 32 Whether avatar has been age-verified