aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
diff options
context:
space:
mode:
authorSignpostMarv2012-08-24 16:35:59 +0100
committerJustin Clark-Casey (justincc)2012-08-25 02:30:23 +0100
commit3d504261b0e189f8111912a3fff9d45579c04eed (patch)
tree2fce508c8b3e00ee3f125998e1ef1b5cf8375ca2 /OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
parentFollowing on from f8a89a79, do not allow more than one 'type' folder (e.g. ca... (diff)
downloadopensim-SC_OLD-3d504261b0e189f8111912a3fff9d45579c04eed.zip
opensim-SC_OLD-3d504261b0e189f8111912a3fff9d45579c04eed.tar.gz
opensim-SC_OLD-3d504261b0e189f8111912a3fff9d45579c04eed.tar.bz2
opensim-SC_OLD-3d504261b0e189f8111912a3fff9d45579c04eed.tar.xz
renaming to be similar to equivalent Set command
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs')
-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 3fb463b..cd58614 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -425,6 +425,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
425 void print(string str); 425 void print(string str);
426 426
427 void SetPrimitiveParamsEx(LSL_Key prim, LSL_List rules); 427 void SetPrimitiveParamsEx(LSL_Key prim, LSL_List rules);
428 LSL_List GetLinkPrimitiveParamsEx(LSL_Key prim, LSL_List rules); 428 LSL_List GetPrimitiveParamsEx(LSL_Key prim, LSL_List rules);
429 } 429 }
430} 430}