add osResetAllScripts(LSL_Integer AllLinkset). use with care

This commit is contained in:
UbitUmarov
2019-10-11 00:01:59 +01:00
parent 55d70f5df7
commit 2c1909a873
5 changed files with 126 additions and 27 deletions

View File

@@ -556,5 +556,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Key osGetLastChangedEventKey();
LSL_Float osGetPSTWallclock();
LSL_Rotation osSlerp(LSL_Rotation a, LSL_Rotation b, LSL_Float amount);
void osResetAllScripts(LSL_Integer AllLinkset);
}
}