Add "show scripts" command to show all scripts currently known to the script engine in the current region.

Also added synonym of "scripts show"
This commit is contained in:
Justin Clark-Casey (justincc)
2011-10-19 20:09:02 +01:00
parent d9184eceab
commit ecad9f9fd5
2 changed files with 28 additions and 2 deletions

View File

@@ -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.
/// </summary>
public LSL_String llGetSubString(string src, int start, int end)
{
m_host.AddScriptLPS(1);
// Normalize indices (if negative).