aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
diff options
context:
space:
mode:
authoralondria2008-01-31 06:59:48 +0000
committeralondria2008-01-31 06:59:48 +0000
commit62ae3c9bf58ec5e1d9d1e2ce125f662f1994b41f (patch)
tree2942655d37bea6d64d2c79af56a0322d771c4a6f /OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
parent* Add asset/texture cache statistics to region server console (diff)
downloadopensim-SC_OLD-62ae3c9bf58ec5e1d9d1e2ce125f662f1994b41f.zip
opensim-SC_OLD-62ae3c9bf58ec5e1d9d1e2ce125f662f1994b41f.tar.gz
opensim-SC_OLD-62ae3c9bf58ec5e1d9d1e2ce125f662f1994b41f.tar.bz2
opensim-SC_OLD-62ae3c9bf58ec5e1d9d1e2ce125f662f1994b41f.tar.xz
Hit a dead end with llParticleSystem (libsecondlife issues) so no functionality added yet, but did not want to loose work.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs2
1 files changed, 1 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 8e63924..419398f 100644
--- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
+++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
@@ -439,7 +439,7 @@ namespace OpenSim.Region.ScriptEngine.Common
439 //wiki: double llGetRegionFPS() 439 //wiki: double llGetRegionFPS()
440 double llGetRegionFPS(); 440 double llGetRegionFPS();
441 //wiki: llParticleSystem(List<Object> rules 441 //wiki: llParticleSystem(List<Object> rules
442 void llParticleSystem(List<object> rules); 442 void llParticleSystem(LSL_Types.list rules);
443 //wiki: llGroundRepel(double height, integer water, double tau) 443 //wiki: llGroundRepel(double height, integer water, double tau)
444 void llGroundRepel(double height, int water, double tau); 444 void llGroundRepel(double height, int water, double tau);
445 void llGiveInventoryList(); 445 void llGiveInventoryList();