mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
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 2ad9d656b3.
Reverted pending consideration of associated issues.
This commit is contained in:
@@ -306,12 +306,5 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
/// </summary>
|
||||
/// <returns>Rezzing object key or NULL_KEY if rezzed by agent or otherwise unknown.</returns>
|
||||
LSL_Key osGetRezzingObject();
|
||||
|
||||
/// <summary>
|
||||
/// Duplicates an object as if the owner duplicated it.
|
||||
/// </summary>
|
||||
/// <param name="offset"></param>
|
||||
/// <param name="rot"></param>
|
||||
void osRezDuplicate(vector offset, rotation rot);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user