mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
We now support LSL state
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
{
|
||||
public interface IScript
|
||||
{
|
||||
string State();
|
||||
string State { get; set; }
|
||||
Executor Exec { get; }
|
||||
string Source { get; set; }
|
||||
void Start(LSL_BuiltIn_Commands_Interface BuiltIn_Commands);
|
||||
|
||||
Reference in New Issue
Block a user