mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Added comments to ScriptEngine classes that explains what their purpose is
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user