SoundTrigger

From Second Life Wiki
Revision as of 16:05, 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

{
	SoundTrigger High NotTrusted Unencoded
	{
		SoundData			Single
		{	SoundID			LLUUID		}
		{	OwnerID			LLUUID		}
		{	ObjectID		LLUUID		}
		{	ParentID		LLUUID		}	
		{   Handle			U64			}	
		{	Position		LLVector3	}	
		{	Gain			F32			}
	}
}

Usage and Notes