EventInfoReply

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Message Layout

{
	EventInfoReply Low Trusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
	}
	{
		EventData		Single
		{	EventID		U32				}
		{	Creator		Variable	1	}
		{	Name		Variable	1	}
		{	Category	Variable	1	}
		{	Desc		Variable	2	}
		{	Date		Variable	1	}
		{	DateUTC		U32				}
		{	Duration	U32				}
		{	Cover		U32				}
		{	Amount		U32				}
		{	SimName		Variable	1	}
		{	GlobalPos	LLVector3d		}
		{	EventFlags	U32				}
	}
}

Usage and Notes