Difference between revisions of "RemoveInventoryItem"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 17: Line 17:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Used both client->server and server-client
Used both client->server and server->client


[[Category:Messages]]
[[Category:Messages]]

Latest 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