RecordAgentPresence

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	RecordAgentPresence Low Trusted Unencoded
	{
		RegionData		Single
		{   RegionID 	LLUUID	}
	}
	{
		AgentData		Variable
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
		{	SecureSessionID	LLUUID	}
		{	LocalX		S16	}
		{	LocalY		S16	}
		{	TimeToLive  S32 } 
		{	Status		S32	}
		{	EstateID	U32	}
	}
}

Usage and Notes