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/Interface | |
parent | implementing function to allow scripts to self-replicate as if the owner dupl... (diff) | |
download | opensim-SC-a08687aef35079f6c2884d3ae6fd8307ca8a6b0d.zip opensim-SC-a08687aef35079f6c2884d3ae6fd8307ca8a6b0d.tar.gz opensim-SC-a08687aef35079f6c2884d3ae6fd8307ca8a6b0d.tar.bz2 opensim-SC-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/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index 8c90df4..9ad1c22 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -306,12 +306,5 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
306 | /// </summary> | 306 | /// </summary> |
307 | /// <returns>Rezzing object key or NULL_KEY if rezzed by agent or otherwise unknown.</returns> | 307 | /// <returns>Rezzing object key or NULL_KEY if rezzed by agent or otherwise unknown.</returns> |
308 | LSL_Key osGetRezzingObject(); | 308 | LSL_Key osGetRezzingObject(); |
309 | |||
310 | /// <summary> | ||
311 | /// Duplicates an object as if the owner duplicated it. | ||
312 | /// </summary> | ||
313 | /// <param name="offset"></param> | ||
314 | /// <param name="rot"></param> | ||
315 | void osRezDuplicate(vector offset, rotation rot); | ||
316 | } | 309 | } |
317 | } | 310 | } |