aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs4
1 files changed, 4 insertions, 0 deletions
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
907 /// <summary> 907 /// <summary>
908 /// Link an inventory item to an existing item. 908 /// Link an inventory item to an existing item.
909 /// </summary> 909 /// </summary>
910 /// <remarks>
911 /// The linkee item id is placed in the asset id slot. This appears to be what the viewer expects when
912 /// it receives inventory information.
913 /// </remarks>
910 /// <param name="remoteClient"></param> 914 /// <param name="remoteClient"></param>
911 /// <param name="transActionID"></param> 915 /// <param name="transActionID"></param>
912 /// <param name="folderID"></param> 916 /// <param name="folderID"></param>