Difference between revisions of "EjectUser"

From Second Life Wiki
Jump to navigation Jump to search
m
(No difference)

Revision as of 15:52, 21 November 2006

Message Layout

{
	EjectUser	Low		NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		Data		Single
		{	TargetID	LLUUID	}
		{	Flags		U32		}
	}
}

Usage and Notes