mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
add osResetAllScripts(LSL_Integer AllLinkset). use with care
This commit is contained in:
@@ -1412,5 +1412,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_OSSL_Functions.osSlerp(a, b, amount);
|
||||
}
|
||||
|
||||
public void osResetAllScripts(LSL_Integer allLinkSet)
|
||||
{
|
||||
m_OSSL_Functions.osResetAllScripts(allLinkSet);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user