mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
We now support LSL state
This commit is contained in:
@@ -102,9 +102,10 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
{
|
||||
}
|
||||
|
||||
public string State()
|
||||
public string State
|
||||
{
|
||||
return m_LSL_Functions.State();
|
||||
get { return m_LSL_Functions.State; }
|
||||
set { m_LSL_Functions.State = value; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user