mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
implementing function to allow scripts to self-replicate as if the owner duplicated them, using the same script delay as llRezObject()
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
a3cbda0d74
commit
2ad9d656b3
@@ -955,5 +955,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
{
|
||||
return m_OSSL_Functions.osGetRezzingObject();
|
||||
}
|
||||
|
||||
public void osRezDuplicate(vector offset, rotation rot)
|
||||
{
|
||||
m_OSSL_Functions.osRezDuplicate(offset, rot);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user