mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
* test: Add a wodge of code in order to be able to slightly extend a test to deliver a taken object to a user inventory folder without throwing an exception
* test doesn't actually double check for the presence of the item yet
This commit is contained in:
@@ -41,8 +41,7 @@ namespace OpenSim.Framework
|
||||
void Initialise(string connect);
|
||||
|
||||
/// <summary>
|
||||
/// Returns all child folders in the hierarchy from the parent folder and down.
|
||||
/// Does not return the parent folder itself.
|
||||
/// Returns all descendent folders of this folder. Does not return the parent folder itself.
|
||||
/// </summary>
|
||||
/// <param name="parentID">The folder to get subfolders for</param>
|
||||
/// <returns>A list of inventory folders</returns>
|
||||
|
||||
Reference in New Issue
Block a user