Difference between revisions of "AvatarSitResponse"

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

Revision as of 15:51, 21 November 2006

Message Layout

{
	AvatarSitResponse	High Trusted Zerocoded
	{
		SitObject			Single
		{	ID				LLUUID	}
	}
	{
		SitTransform		Single
		{	AutoPilot		BOOL }
		{	SitPosition		LLVector3	}
		{	SitRotation		LLQuaternion	}
		{	CameraEyeOffset	LLVector3	}
		{	CameraAtOffset	LLVector3	}
		{	ForceMouselook	BOOL }
	}
}

Usage and Notes