ObjectAdd

From Second Life Wiki
Revision as of 15:42, 21 November 2006 by Cube Linden (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Message Layout

{
	ObjectAdd Medium NotTrusted Zerocoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
		{	GroupID			LLUUID	}
	}
	{
		ObjectData			Single
		{	PCode			U8	}
		{	Material		U8	}
		{	AddFlags		U32	}	

		{	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	}	

		{	BypassRaycast	U8	}
		{	RayStart		LLVector3	}
		{	RayEnd			LLVector3	}
		{	RayTargetID		LLUUID	}
		{	RayEndIsIntersection	U8	}

		{	Scale			LLVector3	}
		{	Rotation		LLQuaternion	}

		{	TextureEntry	Variable	2	}
		{	State			U8	}
	}
}

Usage and Notes