diff options
author | alondria | 2008-01-12 03:23:11 +0000 |
---|---|---|
committer | alondria | 2008-01-12 03:23:11 +0000 |
commit | c2ca98519b4c43b1a4f98f12621ea241053ac05f (patch) | |
tree | 08c95665c7a11dde29142daf352056398d675d6f /OpenSim/Region/ScriptEngine/Common | |
parent | * For your enjoyment, some RAdmin improvements, namely a new LoadHeightmap me... (diff) | |
download | opensim-SC-c2ca98519b4c43b1a4f98f12621ea241053ac05f.zip opensim-SC-c2ca98519b4c43b1a4f98f12621ea241053ac05f.tar.gz opensim-SC-c2ca98519b4c43b1a4f98f12621ea241053ac05f.tar.bz2 opensim-SC-c2ca98519b4c43b1a4f98f12621ea241053ac05f.tar.xz |
Linking osTerrainGetHeight, osTerrainSetHeight, and osRegionRestart to LSL_BaseClass to allow them to be called in LSL scripts.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs index b4e68cd..b622c5d 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs | |||
@@ -636,5 +636,8 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
636 | 636 | ||
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); | ||
640 | int osTerrainSetHeight(int x, int y, double val); | ||
641 | int osRegionRestart(double seconds); | ||
639 | } | 642 | } |
640 | } \ No newline at end of file | 643 | } \ No newline at end of file |