add llDerezObject(..)

This commit is contained in:
UbitUmarov
2024-06-23 21:54:46 +01:00
parent 583cc04910
commit cc1227364c
3 changed files with 39 additions and 1 deletions

View File

@@ -521,5 +521,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Integer llLinksetDataWriteProtected(LSL_String name, LSL_String value, LSL_String pass);
LSL_Integer llIsFriend(LSL_Key agent_id);
LSL_Integer llDerezObject(LSL_Key objectUUID, LSL_Integer flag);
}
}