Add a smidgen of method doc about the fact that item links reuse the asset id item slot

bulletsim
Justin Clark-Casey (justincc) 2011-05-12 03:18:53 +01:00
parent ac12ace6f1
commit 9988bff9e3
1 changed files with 4 additions and 0 deletions

View File

@ -907,6 +907,10 @@ namespace OpenSim.Region.Framework.Scenes
/// <summary>
/// Link an inventory item to an existing item.
/// </summary>
/// <remarks>
/// The linkee item id is placed in the asset id slot. This appears to be what the viewer expects when
/// it receives inventory information.
/// </remarks>
/// <param name="remoteClient"></param>
/// <param name="transActionID"></param>
/// <param name="folderID"></param>