Added comments to ScriptEngine classes that explains what their purpose is

This commit is contained in:
Tedd Hansen
2007-12-30 16:32:29 +00:00
parent 14a191b285
commit 7ef09a1202
7 changed files with 71 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ namespace OpenSim.Region.ScriptEngine.Common
{
public interface LSL_BuiltIn_Commands_Interface
{
// Interface used for loading and executing scripts
string State();
double llSin(double f);