fix the last patch

This commit is contained in:
UbitUmarov
2024-02-29 20:40:42 +00:00
parent d58f9f0f5d
commit 97b03f76c7
2 changed files with 14 additions and 12 deletions

View File

@@ -585,6 +585,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void osSetLinkSitActiveRange(LSL_Integer linkNumber, LSL_Float v);
LSL_Float osGetSitActiveRange();
LSL_Float osGetLinkSitActiveRange(LSL_Integer linkNumber);
vector osGetSitTargetPos();
rotation osGetSitTargetRot();
void osSetStandTarget(vector v);
void osSetLinkStandTarget(LSL_Integer linkNumber, vector v);
vector osGetStandTarget();