From ecad9f9fd589f90d1c7a20faf14af0304804b616 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Wed, 19 Oct 2011 20:09:02 +0100 Subject: Add "show scripts" command to show all scripts currently known to the script engine in the current region. Also added synonym of "scripts show" --- OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs') diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 54bb62f..b8e9878 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs @@ -2446,10 +2446,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api /// indices, and the tolerance for out-of-bound values, makes /// this more complicated than it might otherwise seem. /// - public LSL_String llGetSubString(string src, int start, int end) { - m_host.AddScriptLPS(1); // Normalize indices (if negative). -- cgit v1.1