aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
index 419398f..dbeeaf5 100644
--- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
+++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
@@ -633,11 +633,12 @@ namespace OpenSim.Region.ScriptEngine.Common
633 int llGetParcelMaxPrims(LSL_Types.Vector3 pos, int sim_wide); 633 int llGetParcelMaxPrims(LSL_Types.Vector3 pos, int sim_wide);
634 //wiki list llGetParcelDetails(vector pos, list params) 634 //wiki list llGetParcelDetails(vector pos, list params)
635 LSL_Types.list llGetParcelDetails(LSL_Types.Vector3 pos, LSL_Types.list param); 635 LSL_Types.list llGetParcelDetails(LSL_Types.Vector3 pos, LSL_Types.list param);
636 636 string llStringTrim(string src, int type);
637 //OpenSim functions 637 //OpenSim functions
638 string osSetDynamicTextureURL(string dynamicID, string contentType, string url, string extraParams, int timer); 638 string osSetDynamicTextureURL(string dynamicID, string contentType, string url, string extraParams, int timer);
639 double osTerrainGetHeight(int x, int y); 639 double osTerrainGetHeight(int x, int y);
640 int osTerrainSetHeight(int x, int y, double val); 640 int osTerrainSetHeight(int x, int y, double val);
641 int osRegionRestart(double seconds); 641 int osRegionRestart(double seconds);
642 void osRegionNotice(string msg);
642 } 643 }
643} \ No newline at end of file 644} \ No newline at end of file