aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-19 20:09:02 +0100
committerJustin Clark-Casey (justincc)2011-10-19 20:09:02 +0100
commitecad9f9fd589f90d1c7a20faf14af0304804b616 (patch)
tree167803ddca5de43a6c957c46231d30beb1ac4665 /OpenSim/Region/ScriptEngine/Shared
parentAdd option to allow remote http calls to setpassword in the AuthenticationSer... (diff)
downloadopensim-SC_OLD-ecad9f9fd589f90d1c7a20faf14af0304804b616.zip
opensim-SC_OLD-ecad9f9fd589f90d1c7a20faf14af0304804b616.tar.gz
opensim-SC_OLD-ecad9f9fd589f90d1c7a20faf14af0304804b616.tar.bz2
opensim-SC_OLD-ecad9f9fd589f90d1c7a20faf14af0304804b616.tar.xz
Add "show scripts" command to show all scripts currently known to the script engine in the current region.
Also added synonym of "scripts show"
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs2
1 files changed, 0 insertions, 2 deletions
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
2446 /// indices, and the tolerance for out-of-bound values, makes 2446 /// indices, and the tolerance for out-of-bound values, makes
2447 /// this more complicated than it might otherwise seem. 2447 /// this more complicated than it might otherwise seem.
2448 /// </summary> 2448 /// </summary>
2449
2450 public LSL_String llGetSubString(string src, int start, int end) 2449 public LSL_String llGetSubString(string src, int start, int end)
2451 { 2450 {
2452
2453 m_host.AddScriptLPS(1); 2451 m_host.AddScriptLPS(1);
2454 2452
2455 // Normalize indices (if negative). 2453 // Normalize indices (if negative).