diff options
author | Teravus Ovares | 2008-05-07 18:23:46 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-07 18:23:46 +0000 |
commit | ab5556055e6104d3e5c18faf7f6f9e44b518839f (patch) | |
tree | 470dfe3c97a2cae75e85853a898f59a8d96548bd /OpenSim/Region/Environment/Scenes/SceneEvents.cs | |
parent | while I'm not convinced this is causing my current run away (diff) | |
download | opensim-SC_OLD-ab5556055e6104d3e5c18faf7f6f9e44b518839f.zip opensim-SC_OLD-ab5556055e6104d3e5c18faf7f6f9e44b518839f.tar.gz opensim-SC_OLD-ab5556055e6104d3e5c18faf7f6f9e44b518839f.tar.bz2 opensim-SC_OLD-ab5556055e6104d3e5c18faf7f6f9e44b518839f.tar.xz |
* Theoretically, everything is in place for scripted take controls... Theoretically.
* I've still got to test, it's still theoretical code :D. Good thing it isn't enabled by default!
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneEvents.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneEvents.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneEvents.cs b/OpenSim/Region/Environment/Scenes/SceneEvents.cs index 2feed78..d409f4e 100644 --- a/OpenSim/Region/Environment/Scenes/SceneEvents.cs +++ b/OpenSim/Region/Environment/Scenes/SceneEvents.cs | |||
@@ -602,5 +602,10 @@ namespace OpenSim.Region.Environment.Scenes | |||
602 | handlerAvatarKill(KillerObjectLocalID, DeadAvatar); | 602 | handlerAvatarKill(KillerObjectLocalID, DeadAvatar); |
603 | } | 603 | } |
604 | } | 604 | } |
605 | |||
606 | internal void TriggerControlEvent(uint p, LLUUID scriptUUID, uint p_3, uint p_4) | ||
607 | { | ||
608 | throw new Exception("The method or operation is not implemented."); | ||
609 | } | ||
605 | } | 610 | } |
606 | } | 611 | } |