aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorSignpostMarv2012-07-12 12:25:08 +0100
committerJustin Clark-Casey (justincc)2012-07-14 01:45:34 +0100
commit8d59385eeaa26feab8b19905ad6491065e4e4bf9 (patch)
treea29d2750d59a981e632f32058bee742da5395efc /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parentWhen generating a Warp3D texture, set the detailTexture[i] variable on resize... (diff)
downloadopensim-SC_OLD-8d59385eeaa26feab8b19905ad6491065e4e4bf9.zip
opensim-SC_OLD-8d59385eeaa26feab8b19905ad6491065e4e4bf9.tar.gz
opensim-SC_OLD-8d59385eeaa26feab8b19905ad6491065e4e4bf9.tar.bz2
opensim-SC_OLD-8d59385eeaa26feab8b19905ad6491065e4e4bf9.tar.xz
Implementation of llSetRegionPos(). Does not implement failure on object entry/prim limit/access restrictions.
Signed-off-by: SignpostMarv <github@signpostmarv.name>
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
index d39b204..3fb463b 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -359,6 +359,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
359 void llSetPrimitiveParams(LSL_List rules); 359 void llSetPrimitiveParams(LSL_List rules);
360 void llSetLinkPrimitiveParamsFast(int linknum, LSL_List rules); 360 void llSetLinkPrimitiveParamsFast(int linknum, LSL_List rules);
361 void llSetPrimURL(string url); 361 void llSetPrimURL(string url);
362 LSL_Integer llSetRegionPos(LSL_Vector pos);
362 void llSetRemoteScriptAccessPin(int pin); 363 void llSetRemoteScriptAccessPin(int pin);
363 void llSetRot(LSL_Rotation rot); 364 void llSetRot(LSL_Rotation rot);
364 void llSetScale(LSL_Vector scale); 365 void llSetScale(LSL_Vector scale);