add osGetLinkSitActiveRange

This commit is contained in:
UbitUmarov
2020-01-25 14:24:53 +00:00
parent 64c7e1de5b
commit 004cab9289
3 changed files with 20 additions and 0 deletions

View File

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