diff options
author | Justin Clark-Casey (justincc) | 2012-08-24 01:18:35 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-08-24 01:18:35 +0100 |
commit | a08687aef35079f6c2884d3ae6fd8307ca8a6b0d (patch) | |
tree | cd02f717d3e1f3cd78016d30310e880623deb798 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | implementing function to allow scripts to self-replicate as if the owner dupl... (diff) | |
download | opensim-SC_OLD-a08687aef35079f6c2884d3ae6fd8307ca8a6b0d.zip opensim-SC_OLD-a08687aef35079f6c2884d3ae6fd8307ca8a6b0d.tar.gz opensim-SC_OLD-a08687aef35079f6c2884d3ae6fd8307ca8a6b0d.tar.bz2 opensim-SC_OLD-a08687aef35079f6c2884d3ae6fd8307ca8a6b0d.tar.xz |
Revert "implementing function to allow scripts to self-replicate as if the owner duplicated them, using the same script delay as llRezObject()"
This reverts commit 2ad9d656b3a1a0c519c9599d7680f98eba7e82b8.
Reverted pending consideration of associated issues.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs index 9a2f859..e9131e4 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs | |||
@@ -955,10 +955,5 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
955 | { | 955 | { |
956 | return m_OSSL_Functions.osGetRezzingObject(); | 956 | return m_OSSL_Functions.osGetRezzingObject(); |
957 | } | 957 | } |
958 | |||
959 | public void osRezDuplicate(vector offset, rotation rot) | ||
960 | { | ||
961 | m_OSSL_Functions.osRezDuplicate(offset, rot); | ||
962 | } | ||
963 | } | 958 | } |
964 | } | 959 | } |