ParcelAccessListUpdate

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	ParcelAccessListUpdate Low NotTrusted Zerocoded
	{
		AgentData		Single
		{	AgentID			LLUUID	}
		{	SessionID		LLUUID	}
	}
	{
		Data	Single
		{	Flags			U32		}
		{	LocalID			S32		}
		{	TransactionID	LLUUID	}
		{	SequenceID		S32		}
		{	Sections		S32		}
	}
	{
		List	Variable
		{	ID			LLUUID		}
		{	Time		S32			} 
		{	Flags		U32			}
	}
}

Usage and Notes