Add a smidgen of method doc about the fact that item links reuse the asset id item slot
parent
3bea263a99
commit
3957a09a55
|
@ -907,6 +907,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Link an inventory item to an existing item.
|
/// Link an inventory item to an existing item.
|
||||||
/// </summary>
|
/// </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="remoteClient"></param>
|
||||||
/// <param name="transActionID"></param>
|
/// <param name="transActionID"></param>
|
||||||
/// <param name="folderID"></param>
|
/// <param name="folderID"></param>
|
||||||
|
|
Loading…
Reference in New Issue