Difference between revisions of "StartGroupProposal"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 12: Line 11:
{
{
ProposalData Single
ProposalData Single
{ GroupID LLUUID }
{ GroupID LLUUID }
{ Quorum S32 }
{ Quorum S32 }
{ Majority F32 }
{ Majority F32 }
{ Duration S32 }
{ Duration S32 }
{ ProposalText Variable 1 }
{ ProposalText Variable 1 }
}
}
Line 21: Line 20:


</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
[[Category:Messages]]
[[Category:Messages]]

Revision as of 17:16, 27 November 2006

Message Layout

{
	StartGroupProposal Low NotTrusted Zerocoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		ProposalData		Single
		{	GroupID		LLUUID			}
		{	Quorum		S32			}
		{	Majority	F32			}	
		{	Duration	S32			}	
		{	ProposalText	Variable	1	}	
	}
}

Usage and Notes