AvatarGroupsReply: Difference between revisions
Jump to navigation
Jump to search
Cube Linden (talk | contribs) mNo edit summary |
added missing block |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ProtocolNav}} | {{ProtocolNav}} | ||
==Message Layout== | ==Message Layout== | ||
| Line 18: | Line 17: | ||
{ GroupName Variable 1 } | { GroupName Variable 1 } | ||
{ GroupInsigniaID LLUUID } | { GroupInsigniaID LLUUID } | ||
} | |||
{ | |||
NewGroupData Single | |||
{ ListInProfile BOOL } // whether group displays in profile | |||
} | } | ||
} | } | ||
| Line 23: | Line 26: | ||
</pre> | </pre> | ||
==Usage and Notes== | ==Usage and Notes== | ||
Lists avatar groups, response to [[AvatarPropertiesRequest]] | |||
[[Category:Messages]] | [[Category:Messages]] | ||
Latest revision as of 10:51, 23 June 2008
Message Layout
{
AvatarGroupsReply Low Trusted Zerocoded
{
AgentData Single
{ AgentID LLUUID }
{ AvatarID LLUUID }
}
{
GroupData Variable
{ GroupPowers U64 }
{ AcceptNotices BOOL }
{ GroupTitle Variable 1 }
{ GroupID LLUUID }
{ GroupName Variable 1 }
{ GroupInsigniaID LLUUID }
}
{
NewGroupData Single
{ ListInProfile BOOL } // whether group displays in profile
}
}
Usage and Notes
Lists avatar groups, response to AvatarPropertiesRequest