We now support LSL state

This commit is contained in:
Tedd Hansen
2008-02-10 22:25:59 +00:00
parent c935b308e6
commit 9a04e0e1c4
5 changed files with 9 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ namespace OpenSim.Region.ScriptEngine.Common
// Interface used for loading and executing scripts
string State();
string State { get; set; }
double llSin(double f);
double llCos(double f);