diff options
author | Justin Clark-Casey (justincc) | 2010-02-02 19:04:06 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-02-02 19:04:06 +0000 |
commit | dc8240910620b1ca2faa0709c0db00d405124193 (patch) | |
tree | 3421b539b21d7b9cc3582cd121273a0cb437e061 /OpenSim | |
parent | minor: add some documentation to EventManager.OnObjectGrab (diff) | |
download | opensim-SC_OLD-dc8240910620b1ca2faa0709c0db00d405124193.zip opensim-SC_OLD-dc8240910620b1ca2faa0709c0db00d405124193.tar.gz opensim-SC_OLD-dc8240910620b1ca2faa0709c0db00d405124193.tar.bz2 opensim-SC_OLD-dc8240910620b1ca2faa0709c0db00d405124193.tar.xz |
minor: add method doc to sop.SetScriptEvents()
Diffstat (limited to 'OpenSim')
-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 ef9005f..d7f9bbb 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; |