add osSetLinkSitActiveRange

This commit is contained in:
UbitUmarov
2020-01-25 13:32:52 +00:00
parent 598ba5d6ae
commit 64c7e1de5b
4 changed files with 121 additions and 59 deletions

View File

@@ -561,6 +561,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Integer osIsNotValidNumber(LSL_Float v);
void osSetSitActiveRange(LSL_Float v);
void osSetLinkSitActiveRange(LSL_Integer linkNumber, LSL_Float v);
LSL_Float osGetSitActiveRange();
void osSetStandTarget(vector v);
vector osGetStandTarget();