diff options
author | Dr Scofield | 2008-07-01 07:16:02 +0000 |
---|---|---|
committer | Dr Scofield | 2008-07-01 07:16:02 +0000 |
commit | 5e63206018d6d24671ad59d77951082b77f02618 (patch) | |
tree | 28da5c8f920b1dc9afa83d8c68ceb5d6e43aee32 /OpenSim/Region/ScriptEngine/Interfaces | |
parent | Mantis#1639. Thank you, Melanie for a patch that: (diff) | |
download | opensim-SC_OLD-5e63206018d6d24671ad59d77951082b77f02618.zip opensim-SC_OLD-5e63206018d6d24671ad59d77951082b77f02618.tar.gz opensim-SC_OLD-5e63206018d6d24671ad59d77951082b77f02618.tar.bz2 opensim-SC_OLD-5e63206018d6d24671ad59d77951082b77f02618.tar.xz |
From: kurt taylor (krtaylor)
Another new OSSL function for returning the name of the script engine
currently running, osGetScriptEngineName, added to both DotNet and XEngine
OSSL API.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Interfaces')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs b/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs index 579af31..856f228 100644 --- a/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs +++ b/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs | |||
@@ -46,6 +46,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces | |||
46 | IConfig Config { get; } | 46 | IConfig Config { get; } |
47 | Object AsyncCommands { get; } | 47 | Object AsyncCommands { get; } |
48 | ILog Log { get; } | 48 | ILog Log { get; } |
49 | string ScriptEngineName { get; } | ||
49 | 50 | ||
50 | bool PostScriptEvent(LLUUID itemID, EventParams parms); | 51 | bool PostScriptEvent(LLUUID itemID, EventParams parms); |
51 | bool PostObjectEvent(uint localID, EventParams parms); | 52 | bool PostObjectEvent(uint localID, EventParams parms); |