add llIsFriend

This commit is contained in:
UbitUmarov
2024-02-16 17:17:59 +00:00
parent dd58a3a57c
commit 4e2bea288a
4 changed files with 33 additions and 2 deletions

View File

@@ -513,5 +513,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void llLinksetDataReset();
LSL_Integer llLinksetDataWrite(LSL_String name, LSL_String value);
LSL_Integer llLinksetDataWriteProtected(LSL_String name, LSL_String value, LSL_String pass);
LSL_Integer llIsFriend(LSL_Key agent_id);
}
}