Mantis5502 implementation of some of the new constants

Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
Talun
2012-04-09 19:58:07 +01:00
committed by Melanie
parent 0f277dfa17
commit 78c0028179
6 changed files with 155 additions and 20 deletions

View File

@@ -69,6 +69,12 @@ namespace OpenSim.Region.Framework.Interfaces
ArrayList GetScriptErrors(UUID itemID);
/// <summary>
/// Returns true if a script is running.
/// </summary>
/// <param name="itemID">The item ID of the script.</param>
bool GetScriptState(UUID itemID);
void SaveAllState();
/// <summary>