GroupActiveProposalItemReply

From Second Life Wiki
Jump to navigation Jump to search

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