diff options
author | Justin Clark-Casey (justincc) | 2011-05-12 03:18:53 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-05-27 01:21:51 +0100 |
commit | 3957a09a55af760312d477410add00a6ec0053d2 (patch) | |
tree | 364dbd4be0823af2009adf7738bc3a3d20e7c39e | |
parent | Prevent viewer 2 from creating a duplicate outfit inventory links. (diff) | |
download | opensim-SC_OLD-3957a09a55af760312d477410add00a6ec0053d2.zip opensim-SC_OLD-3957a09a55af760312d477410add00a6ec0053d2.tar.gz opensim-SC_OLD-3957a09a55af760312d477410add00a6ec0053d2.tar.bz2 opensim-SC_OLD-3957a09a55af760312d477410add00a6ec0053d2.tar.xz |
Add a smidgen of method doc about the fact that item links reuse the asset id item slot
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 4 |
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> |