aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
index 11b21d4..69df392 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -148,7 +148,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
148 LSL_Rotation llGetLocalRot(); 148 LSL_Rotation llGetLocalRot();
149 LSL_Float llGetMass(); 149 LSL_Float llGetMass();
150 LSL_Integer llGetMemoryLimit(); 150 LSL_Integer llGetMemoryLimit();
151 void llGetNextEmail(string address, string subject); 151 void llGetNextEmail(string address, string subject);
152 LSL_String llGetNotecardLine(string name, int line); 152 LSL_String llGetNotecardLine(string name, int line);
153 LSL_Key llGetNumberOfNotecardLines(string name); 153 LSL_Key llGetNumberOfNotecardLines(string name);
154 LSL_Integer llGetNumberOfPrims(); 154 LSL_Integer llGetNumberOfPrims();