Implement osForceBreakAllLinks().

Identical to llBreakAllLinks() except that it doesn't require the script to have link permissions.
This commit is contained in:
Justin Clark-Casey (justincc)
2014-03-13 00:04:20 +00:00
parent 6a279feb2f
commit 873eee5431
4 changed files with 25 additions and 0 deletions

View File

@@ -306,6 +306,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
/// <param name='linknum'></param>
void osForceBreakLink(int linknum);
/// <summary>
/// Identical to llBreakAllLinks() but does not require permission from the owner.
/// </summary>
void osForceBreakAllLinks();
/// <summary>
/// Check if the given key is an npc
/// </summary>