aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
authorMW2007-08-13 20:11:35 +0000
committerMW2007-08-13 20:11:35 +0000
commitb3c6920328778c162902d0278848f02e54413978 (patch)
treeea21b22e728f308914737b876c95432bfb52a75a /OpenSim/Region/Environment/Scenes/Scene.cs
parentChanged ScriptLoader to use Path.combine. (diff)
downloadopensim-SC_OLD-b3c6920328778c162902d0278848f02e54413978.zip
opensim-SC_OLD-b3c6920328778c162902d0278848f02e54413978.tar.gz
opensim-SC_OLD-b3c6920328778c162902d0278848f02e54413978.tar.bz2
opensim-SC_OLD-b3c6920328778c162902d0278848f02e54413978.tar.xz
added Sample OnObjectGrab event to SceneEventManager for script engines to subscribe to.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 08722a0..8ee5856 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -612,6 +612,8 @@ namespace OpenSim.Region.Environment.Scenes
612 //client.OnCreateNewInventoryFolder += commsManager.UserProfiles.HandleCreateInventoryFolder; 612 //client.OnCreateNewInventoryFolder += commsManager.UserProfiles.HandleCreateInventoryFolder;
613 client.OnFetchInventoryDescendents += commsManager.UserProfiles.HandleFecthInventoryDescendents; 613 client.OnFetchInventoryDescendents += commsManager.UserProfiles.HandleFecthInventoryDescendents;
614 client.OnRequestTaskInventory += RequestTaskInventory; 614 client.OnRequestTaskInventory += RequestTaskInventory;
615
616 client.OnGrabObject += ProcessObjectGrab;
615 } 617 }
616 618
617 protected ScenePresence CreateAndAddScenePresence(IClientAPI client) 619 protected ScenePresence CreateAndAddScenePresence(IClientAPI client)