diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 5 |
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; |