aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
authorMelanie2010-02-03 00:15:14 +0000
committerMelanie2010-02-03 00:15:14 +0000
commitfa121951d297e03b41bf4e22b5f1a28f0dc6cf5a (patch)
tree2af43dc78768193286c23194fff01afc59b4492e /OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
parentallow terrain collision events after regular collision check (diff)
parentminor: copy some method doc from the WorldComm implementation to the interface (diff)
downloadopensim-SC_OLD-fa121951d297e03b41bf4e22b5f1a28f0dc6cf5a.zip
opensim-SC_OLD-fa121951d297e03b41bf4e22b5f1a28f0dc6cf5a.tar.gz
opensim-SC_OLD-fa121951d297e03b41bf4e22b5f1a28f0dc6cf5a.tar.bz2
opensim-SC_OLD-fa121951d297e03b41bf4e22b5f1a28f0dc6cf5a.tar.xz
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPart.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index b1c6fb9..61ba4da 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -3178,6 +3178,11 @@ namespace OpenSim.Region.Framework.Scenes
3178 } 3178 }
3179 } 3179 }
3180 3180
3181 /// <summary>
3182 /// Set the events that this part will pass on to listeners.
3183 /// </summary>
3184 /// <param name="scriptid"></param>
3185 /// <param name="events"></param>
3181 public void SetScriptEvents(UUID scriptid, int events) 3186 public void SetScriptEvents(UUID scriptid, int events)
3182 { 3187 {
3183 // scriptEvents oldparts; 3188 // scriptEvents oldparts;