CreateGroupRequest: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
mNo edit summary
(No difference)

Revision as of 16:08, 21 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