Difference between revisions of "GroupActiveProposalItemReply"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 32: Line 31:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
[[Category:Messages]]
[[Category:Messages]]
[[Category:Group Messages]]

Latest revision as of 15:49, 11 July 2009

Message Layout

{
	GroupActiveProposalItemReply Low Trusted Zerocoded
	{
		AgentData	Single
		{	AgentID			LLUUID			}
		{	GroupID			LLUUID			}
	}
	{
		TransactionData Single
		{	TransactionID	LLUUID	}
		{	TotalNumItems	U32		}
	}
	{
		ProposalData	Variable
		{	VoteID			LLUUID			}
		{	VoteInitiator	LLUUID			}
		{	TerseDateID		Variable	1	} 
		{	StartDateTime	Variable	1	}	
		{	EndDateTime		Variable	1	}	
		{	AlreadyVoted	BOOL			}
		{	VoteCast		Variable	1	}	
		{	Majority	F32		}
		{	Quorum		S32		}
		{	ProposalText	Variable	1	}	
	}
}

Usage and Notes