PassObject

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	PassObject High Trusted Zerocoded
	{
		ObjectData			Single
		{	ID				LLUUID	}
		{	ParentID		LLUUID	}

		{	CreatorID		LLUUID	}	
		{	OwnerID			LLUUID	}	
		{	GroupID			LLUUID	}	
		{	BaseMask		U32	}	
		{	OwnerMask		U32	}	
		{	GroupMask		U32	}	
		{	EveryoneMask	U32	}	
		{	NextOwnerMask	U32	}	
		{	GroupOwned		BOOL	}	

		{	PCode			U8	}
		{	Material		U8	}
		{	State			U8	}
		{	Scale			LLVector3	}
		{	UsePhysics		U8	}

		{	PosX			S16	}
		{	PosY			S16	}
		{	PosZ			S16	}

		{	VelX			S16	}
		{	VelY			S16	}
		{	VelZ			S16	}

		{	Rotation		LLQuaternion	}

		{	AngVelX			S16	}
		{	AngVelY			S16	}
		{	AngVelZ			S16	}

		{	PathCurve		U8	}
		{	ProfileCurve	U8	}
		{	PathBegin		U8	}	
		{	PathEnd			U8	}	
		{	PathScaleX		U8	}	
		{	PathScaleY		U8	}	
		{	PathShearX		U8	}	
		{	PathShearY		U8	}	
		{	PathTwist		S8	}	
		{	PathTwistBegin		S8	}	
		{ 	PathRadiusOffset 	S8	} 	
		{ 	PathTaperX		S8	}	
		{	PathTaperY		S8	}	
		{	PathRevolutions		U8	}	
		{	PathSkew		S8	}	
		{	ProfileBegin	U8	}	
		{	ProfileEnd		U8	}	
		{	ProfileHollow	U8	}	

		{	TextureEntry	Variable	2	}

		{	SubType			S16	}
		{	Active			U8	}

		{	Data			Variable	2	}
	}
	{
		NVPairData			Variable
		{	NVPairs			Variable	2	}
	}
}

Usage and Notes