Difference between revisions of "CreateGroupRequest"

From Second Life Wiki
Jump to navigation Jump to search
Line 25: Line 25:


==Usage and Notes==
==Usage and Notes==
This message is used to create a new group.
<b><tt>Name</tt></b> - The group name must be between 4 and 35 bytes long and be ASCII encoded.  The group name is also required to be unique across all groups.
<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 19:18, 27 November 2006

Message Layout

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

Usage and Notes

This message is used to create a new group.

Name - The group name must be between 4 and 35 bytes long and be ASCII encoded. The group name is also required to be unique across all groups.

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