aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-03-05 23:18:47 +0000
committerJustin Clark-Casey (justincc)2010-03-05 23:18:47 +0000
commit60553e62a3f576b8bf6ab88a83b2d4550bd69d2b (patch)
tree3e24624d846502dda17fdac827f070273fafba26 /OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
parentautomatically delete %temp% directory after running tests (diff)
downloadopensim-SC_OLD-60553e62a3f576b8bf6ab88a83b2d4550bd69d2b.zip
opensim-SC_OLD-60553e62a3f576b8bf6ab88a83b2d4550bd69d2b.tar.gz
opensim-SC_OLD-60553e62a3f576b8bf6ab88a83b2d4550bd69d2b.tar.bz2
opensim-SC_OLD-60553e62a3f576b8bf6ab88a83b2d4550bd69d2b.tar.xz
refactor: begin to move attachments code into a region module
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index 5f3cd8c..474fba9 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -1903,21 +1903,6 @@ namespace OpenSim.Region.Framework.Scenes
1903 } 1903 }
1904 1904
1905 /// <summary> 1905 /// <summary>
1906 /// Attach an object.
1907 /// </summary>
1908 /// <param name="controllingClient"></param>
1909 /// <param name="localID"></param>
1910 /// <param name="attachPoint"></param>
1911 /// <param name="rot"></param>
1912 /// <param name="pos"></param>
1913 /// <param name="silent"></param>
1914 /// <returns>true if the object was successfully attached, false otherwise</returns>
1915 public bool AttachObject(IClientAPI controllingClient, uint localID, uint attachPoint, Quaternion rot, Vector3 pos, bool silent)
1916 {
1917 return m_sceneGraph.AttachObject(controllingClient, localID, attachPoint, rot, pos, silent);
1918 }
1919
1920 /// <summary>
1921 /// This registers the item as attached in a user's inventory 1906 /// This registers the item as attached in a user's inventory
1922 /// </summary> 1907 /// </summary>
1923 /// <param name="remoteClient"></param> 1908 /// <param name="remoteClient"></param>