diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index b5de355..41d13ea 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -307,6 +307,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
307 | void osForceBreakLink(int linknum); | 307 | void osForceBreakLink(int linknum); |
308 | 308 | ||
309 | /// <summary> | 309 | /// <summary> |
310 | /// Identical to llBreakAllLinks() but does not require permission from the owner. | ||
311 | /// </summary> | ||
312 | void osForceBreakAllLinks(); | ||
313 | |||
314 | /// <summary> | ||
310 | /// Check if the given key is an npc | 315 | /// Check if the given key is an npc |
311 | /// </summary> | 316 | /// </summary> |
312 | /// <param name="npc"></param> | 317 | /// <param name="npc"></param> |