From 9988bff9e3074f470ac57cd052674bcf816d7d8f Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Thu, 12 May 2011 03:18:53 +0100
Subject: Add a smidgen of method doc about the fact that item links reuse the
asset id item slot
---
OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 4 ++++
1 file changed, 4 insertions(+)
(limited to 'OpenSim')
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index 523b7f5..a65ceeb 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -907,6 +907,10 @@ namespace OpenSim.Region.Framework.Scenes
///
/// Link an inventory item to an existing item.
///
+ ///
+ /// The linkee item id is placed in the asset id slot. This appears to be what the viewer expects when
+ /// it receives inventory information.
+ ///
///
///
///
--
cgit v1.1