RemoveInventoryItem: Difference between revisions
Jump to navigation
Jump to search
Cube Linden (talk | contribs) mNo edit summary |
No edit summary |
||
| 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