Difference between revisions of "UpdateGroupInfo"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 25: Line 24:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
This message is used to update certain information about the group.  The requesting agent must have the group powers to change the group's identity and change the group's member options.
<b><tt>MembershipFee</tt></b> - The fee for joining the group. Fee must be greater than or equal to 0. Any value below 0 is set at 0.
[[Category:Messages]]
[[Category:Messages]]

Revision as of 13:43, 13 December 2006

Message Layout

{
	UpdateGroupInfo Low NotTrusted Zerocoded
	{
		AgentData		Single
		{	AgentID			LLUUID	}
		{	SessionID		LLUUID	}
	}
	{
		GroupData		Single
		{	GroupID			LLUUID	}
		{	Charter			Variable	2	}	
		{	ShowInList		BOOL			}
		{	InsigniaID		LLUUID	}
		{	MembershipFee	S32				}
		{	OpenEnrollment	BOOL			}
		{	AllowPublish	BOOL	}
		{	MaturePublish	BOOL	}
	}
}

Usage and Notes

This message is used to update certain information about the group. The requesting agent must have the group powers to change the group's identity and change the group's member options.

MembershipFee - The fee for joining the group. Fee must be greater than or equal to 0. Any value below 0 is set at 0.