Difference between revisions of "RemoveInventoryItem"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 18: Line 17:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Used both client->server and server-client
[[Category:Messages]]
[[Category:Messages]]

Revision as of 11:41, 23 June 2008

Message Layout

{
	RemoveInventoryItem Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		InventoryData	Variable
		{	ItemID		LLUUID	}
	}
}

Usage and Notes

Used both client->server and server-client