diff options
author | alondria | 2008-01-31 06:59:48 +0000 |
---|---|---|
committer | alondria | 2008-01-31 06:59:48 +0000 |
commit | 62ae3c9bf58ec5e1d9d1e2ce125f662f1994b41f (patch) | |
tree | 2942655d37bea6d64d2c79af56a0322d771c4a6f /OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs | |
parent | * Add asset/texture cache statistics to region server console (diff) | |
download | opensim-SC-62ae3c9bf58ec5e1d9d1e2ce125f662f1994b41f.zip opensim-SC-62ae3c9bf58ec5e1d9d1e2ce125f662f1994b41f.tar.gz opensim-SC-62ae3c9bf58ec5e1d9d1e2ce125f662f1994b41f.tar.bz2 opensim-SC-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 'OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs | 2 |
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(); |