Difference between revisions of "RequestObjectPropertiesFamily"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 19: Line 18:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
The client sends this message when a user hovers their mouse over a prim.  It's purpose is to ask the sim for specific properties of the object that the user has their mouse hovering over.
So far in my experimentation, RequestFlags is always (uint) 0.  ObjectID is the asset LLUUID of the object that the client is requesting the properties of
The sim sends back an [[ObjectPropertiesFamily]] packet
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 18:34, 15 November 2007

Message Layout

{
	RequestObjectPropertiesFamily Medium NotTrusted Zerocoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		ObjectData		Single
		{	RequestFlags		U32	}
		{	ObjectID			LLUUID	}
	}
}

Usage and Notes

The client sends this message when a user hovers their mouse over a prim. It's purpose is to ask the sim for specific properties of the object that the user has their mouse hovering over.

So far in my experimentation, RequestFlags is always (uint) 0. ObjectID is the asset LLUUID of the object that the client is requesting the properties of

The sim sends back an ObjectPropertiesFamily packet