Skip to content

Commit

Permalink
Merge branch 'feature/zontreck-linkset-data' of github.com:OpenSim-NG…
Browse files Browse the repository at this point in the history
…C/OpenSim-Sasquatch into feature/zontreck-linkset-data
  • Loading branch information
mdickson committed Nov 16, 2023
2 parents cc8a416 + 07675f8 commit 1e70f8f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2309,5 +2309,15 @@ public LSL_String llLinksetDataReadProtected(LSL_String name, LSL_String pass)
return m_LSL_Functions.llLinksetDataReadProtected(name, pass);
}

public LSL_Integer llLinksetDataCountFound(LSL_String pattern)
{
return m_LSL_Functions.llLinksetDataCountFound(pattern);
}

public LSL_List llLinksetDataDeleteFound(LSL_String pattern, LSL_String pass)
{
return m_LSL_Functions.llLinksetDataDeleteFound(pattern, pass);
}

}
}

0 comments on commit 1e70f8f

Please sign in to comment.