... osSetLinkStandTarget

This commit is contained in:
UbitUmarov
2020-01-25 15:51:36 +00:00
parent 8df27ba2a1
commit 76987fb647
4 changed files with 64 additions and 29 deletions

View File

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