remove attachments from current appearence if they are not found in inventory

This commit is contained in:
UbitUmarov
2025-04-20 23:52:12 +01:00
parent bc59e3a3e7
commit 8b962b19db
4 changed files with 37 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
{
void state(string newState);
//ApiDesc Returns absolute version as val (ie as postive value)
//ApiDesc Returns absolute version as val (ie as positive value)
LSL_Integer llAbs(LSL_Integer val);
//ApiDesc Returns cosine of val (val in radians)
LSL_Float llAcos(LSL_Float val);